Color Hex Logo

#ddcb9e Color Hex

#DDCB9E
(221,203,158)
0 Favorites   0 Comments

Color spaces of #ddcb9e

RGB 221203158
HSL0.120.480.74
HSV43°29°87°
CMYK 0.000.080.29   0.13
XYZ57.346360.552641.0131
Yxy60.55260.36090.3810
Hunter Lab77.8156-4.631323.2218
CIE-Lab82.1376-0.508124.7639

#ddcb9e color RGB value is (221,203,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 10011110
Octal 335 313 236
Decimal 221 203 158
Hex DD CB 9E

RGB Percentages of Color #ddcb9e

%37.97
%34.88
%27.15

CMYK Percentages of Color #ddcb9e

%0
%8
%29
%13

Triadic Colors of #ddcb9e

#ddcb9e #9eddcb #cb9edd

Analogous Colors of #ddcb9e

#ddcb9e #d0dd9e #ddac9e

Monochromatic Colors of #ddcb9e

#ddcb9e

Complementary Color

#ddcb9e #9eb0dd

#ddcb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcb9e Color CSS Codes

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

#ddcb9e Text Font Color

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

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


#ddcb9e Background Color

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

This div background color is #ddcb9e


#ddcb9e Border Color

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

This div border color is #ddcb9e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,203,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 #ddcb9e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcb9e


Comments

No comments written yet.

Please login to write comment.