color codes Logo

#dda88a color codes

#DDA88A
(221,168,138)
0 Favorites   0 Comments

Color spaces of #dda88a

RGB 221168138
HSL0.060.550.70
HSV22°38°87°
CMYK 0.000.240.38   0.13
XYZ48.408945.212430.2202
Yxy45.21240.39090.3651
Hunter Lab67.240210.839020.4210
CIE-Lab73.031515.543123.0431

#dda88a color RGB value is (221,168,138).

#dda88a hex color red value is 221, green value is 168 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dda88a hue: 0.06 , saturation: 0.55 and the lightness value of dda88a is 0.70.

The process color (four color CMYK) of #dda88a color code is 0.00, 0.24, 0.38, 0.13. Web safe color of #dda88a is #cc9999. Color #dda88a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 10001010
Octal 335 250 212
Decimal 221 168 138
Hex DD A8 8A

RGB Percentages of Color #dda88a

%41.94
%31.88
%26.19

CMYK Percentages of Color #dda88a

%0
%24
%38
%13

Triadic Colors of #dda88a

#dda88a #8adda8 #a88add

Analogous Colors of #dda88a

#dda88a #ddd28a #dd8a96

Monochromatic Colors of #dda88a

#dda88a

Complementary Color

#dda88a #8abfdd

#dda88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda88a Color CSS Codes

.mybgcolor {background-color:#dda88a; } 
.myforecolor {color:#dda88a; }
.mybordercolor {border:3px solid #dda88a; }

#dda88a Text Font Color

<p style="color:#dda88a">Text here</p>

This sample text font color is #dda88a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dda88a Background Color

<div style="background-color:#dda88a">
Div content here</div>

This div background color is #dda88a


#dda88a Border Color

<div style="border:3px solid #dda88a">
Div here</div>

This div border color is #dda88a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,168,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dda88a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dda88a;
  -webkit-box-shadow: 1px 1px 3px 2px #dda88a;
  box-shadow:         1px 1px 3px 2px #dda88a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,168,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dda88a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dda88a;
  -webkit-box-shadow: 1px 1px 3px 2px #dda88a;
  box-shadow:         1px 1px 3px 2px #dda88a;">
Div content here</div>

This div box has shadow with color #dda88a


Comments

No comments written yet.

Please login to write comment.