Color Hex Logo

#ddc0ac Color Hex

#DDC0AC
(221,192,172)
0 Favorites   0 Comments

Color spaces of #ddc0ac

RGB 221192172
HSL0.070.420.77
HSV24°22°87°
CMYK 0.000.130.22   0.13
XYZ56.114856.050046.8909
Yxy56.05000.35280.3524
Hunter Lab74.86652.774815.2717
CIE-Lab79.64237.201613.8671

#ddc0ac color RGB value is (221,192,172).

#ddc0ac hex color red value is 221, green value is 192 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ddc0ac hue: 0.07 , saturation: 0.42 and the lightness value of ddc0ac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 10101100
Octal 335 300 254
Decimal 221 192 172
Hex DD C0 AC

RGB Percentages of Color #ddc0ac

%37.78
%32.82
%29.40

CMYK Percentages of Color #ddc0ac

%0
%13
%22
%13

Triadic Colors of #ddc0ac

#ddc0ac #acddc0 #c0acdd

Analogous Colors of #ddc0ac

#ddc0ac #ddd9ac #ddacb1

Monochromatic Colors of #ddc0ac

#ddc0ac

Complementary Color

#ddc0ac #acc9dd

#ddc0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc0ac Color CSS Codes

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

#ddc0ac Text Font Color

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

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


#ddc0ac Background Color

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

This div background color is #ddc0ac


#ddc0ac Border Color

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

This div border color is #ddc0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc0ac

#ddc0ac Color Palettes


Comments

No comments written yet.

Please login to write comment.