Color Hex Logo

#ddcaaa Color Hex

#DDCAAA
(221,202,170)
0 Favorites   0 Comments

Color spaces of #ddcaaa

RGB 221202170
HSL0.100.430.77
HSV38°23°87°
CMYK 0.000.090.23   0.13
XYZ58.195060.515546.6437
Yxy60.51550.35190.3660
Hunter Lab77.7917-2.601918.9041
CIE-Lab82.11761.652418.4008

#ddcaaa color RGB value is (221,202,170).

#ddcaaa hex color red value is 221, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ddcaaa hue: 0.10 , saturation: 0.43 and the lightness value of ddcaaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 10101010
Octal 335 312 252
Decimal 221 202 170
Hex DD CA AA

RGB Percentages of Color #ddcaaa

%37.27
%34.06
%28.67

CMYK Percentages of Color #ddcaaa

%0
%9
%23
%13

Triadic Colors of #ddcaaa

#ddcaaa #aaddca #caaadd

Analogous Colors of #ddcaaa

#ddcaaa #d7ddaa #ddb1aa

Monochromatic Colors of #ddcaaa

#ddcaaa

Complementary Color

#ddcaaa #aabddd

#ddcaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcaaa Color CSS Codes

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

#ddcaaa Text Font Color

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

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


#ddcaaa Background Color

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

This div background color is #ddcaaa


#ddcaaa Border Color

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

This div border color is #ddcaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcaaa

#ddcaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.