Color Hex Logo

#ddc08e Color Hex

#DDC08E
(221,192,142)
0 Favorites   0 Comments

Color spaces of #ddc08e

RGB 221192142
HSL0.110.540.71
HSV38°36°87°
CMYK 0.000.130.36   0.13
XYZ53.550955.024433.3895
Yxy55.02440.37720.3876
Hunter Lab74.1784-0.949525.2370
CIE-Lab79.05533.243429.0191

#ddc08e color RGB value is (221,192,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 10001110
Octal 335 300 216
Decimal 221 192 142
Hex DD C0 8E

RGB Percentages of Color #ddc08e

%39.82
%34.59
%25.59

CMYK Percentages of Color #ddc08e

%0
%13
%36
%13

Triadic Colors of #ddc08e

#ddc08e #8eddc0 #c08edd

Analogous Colors of #ddc08e

#ddc08e #d3dd8e #dd998e

Monochromatic Colors of #ddc08e

#ddc08e

Complementary Color

#ddc08e #8eabdd

#ddc08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc08e Color CSS Codes

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

#ddc08e Text Font Color

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

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


#ddc08e Background Color

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

This div background color is #ddc08e


#ddc08e Border Color

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

This div border color is #ddc08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc08e


Comments

No comments written yet.

Please login to write comment.