Color Hex Logo

#ddca9e Color Hex

#DDCA9E
(221,202,158)
0 Favorites   0 Comments

Color spaces of #ddca9e

RGB 221202158
HSL0.120.480.74
HSV42°29°87°
CMYK 0.000.090.29   0.13
XYZ57.110960.081840.9346
Yxy60.08180.36120.3800
Hunter Lab77.5125-4.128622.9475
CIE-Lab81.88260.012224.4165

#ddca9e color RGB value is (221,202,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 10011110
Octal 335 312 236
Decimal 221 202 158
Hex DD CA 9E

RGB Percentages of Color #ddca9e

%38.04
%34.77
%27.19

CMYK Percentages of Color #ddca9e

%0
%9
%29
%13

Triadic Colors of #ddca9e

#ddca9e #9eddca #ca9edd

Analogous Colors of #ddca9e

#ddca9e #d1dd9e #ddab9e

Monochromatic Colors of #ddca9e

#ddca9e

Complementary Color

#ddca9e #9eb1dd

#ddca9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca9e Color CSS Codes

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

#ddca9e Text Font Color

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

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


#ddca9e Background Color

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

This div background color is #ddca9e


#ddca9e Border Color

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

This div border color is #ddca9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca9e


Comments

No comments written yet.

Please login to write comment.