Color Hex Logo

#ddca9b Color Hex

#DDCA9B
(221,202,155)
0 Favorites   0 Comments

Color spaces of #ddca9b

RGB 221202155
HSL0.120.490.74
HSV43°30°87°
CMYK 0.000.090.30   0.13
XYZ56.855759.979839.5910
Yxy59.97980.36350.3834
Hunter Lab77.4466-4.489823.9034
CIE-Lab81.8272-0.378325.9178

#ddca9b color RGB value is (221,202,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 10011011
Octal 335 312 233
Decimal 221 202 155
Hex DD CA 9B

RGB Percentages of Color #ddca9b

%38.24
%34.95
%26.82

CMYK Percentages of Color #ddca9b

%0
%9
%30
%13

Triadic Colors of #ddca9b

#ddca9b #9bddca #ca9bdd

Analogous Colors of #ddca9b

#ddca9b #cfdd9b #dda99b

Monochromatic Colors of #ddca9b

#ddca9b

Complementary Color

#ddca9b #9baedd

#ddca9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca9b Color CSS Codes

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

#ddca9b Text Font Color

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

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


#ddca9b Background Color

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

This div background color is #ddca9b


#ddca9b Border Color

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

This div border color is #ddca9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca9b


Comments

No comments written yet.

Please login to write comment.