Color Hex Logo

#ddc99c Color Hex

#DDC99C
(221,201,156)
0 Favorites   0 Comments

Color spaces of #ddc99c

RGB 221201156
HSL0.120.490.74
HSV42°29°87°
CMYK 0.000.090.29   0.13
XYZ56.706259.545739.9572
Yxy59.54570.36300.3812
Hunter Lab77.1659-3.867523.3152
CIE-Lab81.59060.271825.0711

#ddc99c color RGB value is (221,201,156).

#ddc99c hex color red value is 221, green value is 201 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ddc99c hue: 0.12 , saturation: 0.49 and the lightness value of ddc99c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 10011100
Octal 335 311 234
Decimal 221 201 156
Hex DD C9 9C

RGB Percentages of Color #ddc99c

%38.24
%34.78
%26.99

CMYK Percentages of Color #ddc99c

%0
%9
%29
%13

Triadic Colors of #ddc99c

#ddc99c #9cddc9 #c99cdd

Analogous Colors of #ddc99c

#ddc99c #d1dd9c #dda99c

Monochromatic Colors of #ddc99c

#ddc99c

Complementary Color

#ddc99c #9cb0dd

#ddc99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc99c Color CSS Codes

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

#ddc99c Text Font Color

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

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


#ddc99c Background Color

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

This div background color is #ddc99c


#ddc99c Border Color

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

This div border color is #ddc99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc99c


Comments

No comments written yet.

Please login to write comment.