Color Hex Logo

#ddcaa0 Color Hex

#DDCAA0
(221,202,160)
0 Favorites   0 Comments

Color spaces of #ddcaa0

RGB 221202160
HSL0.110.470.75
HSV41°28°87°
CMYK 0.000.090.28   0.13
XYZ57.284560.151341.8488
Yxy60.15130.35960.3776
Hunter Lab77.5573-3.883522.2980
CIE-Lab81.92040.276623.4148

#ddcaa0 color RGB value is (221,202,160).

#ddcaa0 hex color red value is 221, green value is 202 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ddcaa0 hue: 0.11 , saturation: 0.47 and the lightness value of ddcaa0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 10100000
Octal 335 312 240
Decimal 221 202 160
Hex DD CA A0

RGB Percentages of Color #ddcaa0

%37.91
%34.65
%27.44

CMYK Percentages of Color #ddcaa0

%0
%9
%28
%13

Triadic Colors of #ddcaa0

#ddcaa0 #a0ddca #caa0dd

Analogous Colors of #ddcaa0

#ddcaa0 #d2dda0 #ddaca0

Monochromatic Colors of #ddcaa0

#ddcaa0

Complementary Color

#ddcaa0 #a0b3dd

#ddcaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcaa0 Color CSS Codes

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

#ddcaa0 Text Font Color

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

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


#ddcaa0 Background Color

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

This div background color is #ddcaa0


#ddcaa0 Border Color

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

This div border color is #ddcaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcaa0


Comments

No comments written yet.

Please login to write comment.