Color Hex Logo

#ddccb9 Color Hex

#DDCCB9
(221,204,185)
0 Favorites   0 Comments

Color spaces of #ddccb9

RGB 221204185
HSL0.090.350.80
HSV32°16°87°
CMYK 0.000.080.16   0.13
XYZ60.168662.060754.7066
Yxy62.06070.34010.3508
Hunter Lab78.7786-1.530013.9720
CIE-Lab82.94572.829311.5987

#ddccb9 color RGB value is (221,204,185).

#ddccb9 hex color red value is 221, green value is 204 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ddccb9 hue: 0.09 , saturation: 0.35 and the lightness value of ddccb9 is 0.80.

The process color (four color CMYK) of #ddccb9 color hex is 0.00, 0.08, 0.16, 0.13. Web safe color of #ddccb9 is #cccccc. Color #ddccb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 10111001
Octal 335 314 271
Decimal 221 204 185
Hex DD CC B9

RGB Percentages of Color #ddccb9

%36.23
%33.44
%30.33

CMYK Percentages of Color #ddccb9

%0
%8
%16
%13

Triadic Colors of #ddccb9

#ddccb9 #b9ddcc #ccb9dd

Analogous Colors of #ddccb9

#ddccb9 #dcddb9 #ddbab9

Monochromatic Colors of #ddccb9

#ddccb9

Complementary Color

#ddccb9 #b9cadd

#ddccb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccb9 Color CSS Codes

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

#ddccb9 Text Font Color

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

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


#ddccb9 Background Color

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

This div background color is #ddccb9


#ddccb9 Border Color

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

This div border color is #ddccb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccb9


Comments

No comments written yet.

Please login to write comment.