Color Hex Logo

#ddc08a Color Hex

#DDC08A
(221,192,138)
0 Favorites   0 Comments

Color spaces of #ddc08a

RGB 221192138
HSL0.110.550.70
HSV39°38°87°
CMYK 0.000.130.38   0.13
XYZ53.255954.906431.8359
Yxy54.90640.38040.3922
Hunter Lab74.0989-1.382526.3958
CIE-Lab78.98732.776731.0270

#ddc08a color RGB value is (221,192,138).

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

The process color (four color CMYK) of #ddc08a color hex is 0.00, 0.13, 0.38, 0.13. Web safe color of #ddc08a is #cccc99. Color #ddc08a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 10001010
Octal 335 300 212
Decimal 221 192 138
Hex DD C0 8A

RGB Percentages of Color #ddc08a

%40.11
%34.85
%25.05

CMYK Percentages of Color #ddc08a

%0
%13
%38
%13

Triadic Colors of #ddc08a

#ddc08a #8addc0 #c08add

Analogous Colors of #ddc08a

#ddc08a #d1dd8a #dd978a

Monochromatic Colors of #ddc08a

#ddc08a

Complementary Color

#ddc08a #8aa7dd

#ddc08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc08a Color CSS Codes

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

#ddc08a Text Font Color

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

This sample text font color is #ddc08a
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.


#ddc08a Background Color

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

This div background color is #ddc08a


#ddc08a Border Color

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

This div border color is #ddc08a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,192,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 #ddc08a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc08a


Comments

No comments written yet.

Please login to write comment.