Color Hex Logo

#ddca9f Color Hex

#DDCA9F
(221,202,159)
0 Favorites   0 Comments

Color spaces of #ddca9f

RGB 221202159
HSL0.120.480.75
HSV42°28°87°
CMYK 0.000.090.28   0.13
XYZ57.197360.116441.3899
Yxy60.11640.36040.3788
Hunter Lab77.5348-4.006622.6239
CIE-Lab81.90140.143923.9157

#ddca9f color RGB value is (221,202,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 10011111
Octal 335 312 237
Decimal 221 202 159
Hex DD CA 9F

RGB Percentages of Color #ddca9f

%37.97
%34.71
%27.32

CMYK Percentages of Color #ddca9f

%0
%9
%28
%13

Triadic Colors of #ddca9f

#ddca9f #9fddca #ca9fdd

Analogous Colors of #ddca9f

#ddca9f #d1dd9f #ddab9f

Monochromatic Colors of #ddca9f

#ddca9f

Complementary Color

#ddca9f #9fb2dd

#ddca9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca9f Color CSS Codes

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

#ddca9f Text Font Color

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

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


#ddca9f Background Color

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

This div background color is #ddca9f


#ddca9f Border Color

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

This div border color is #ddca9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca9f


Comments

No comments written yet.

Please login to write comment.