Color Hex Logo

#dcc9be Color Hex

#DCC9BE
(220,201,190)
0 Favorites   0 Comments

Color spaces of #dcc9be

RGB 220201190
HSL0.060.300.80
HSV22°14°86°
CMYK 0.000.090.14   0.14
XYZ59.696160.706657.2864
Yxy60.70660.33600.3416
Hunter Lab77.91440.412010.9473
CIE-Lab82.22084.82737.8878

#dcc9be color RGB value is (220,201,190).

#dcc9be hex color red value is 220, green value is 201 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dcc9be hue: 0.06 , saturation: 0.30 and the lightness value of dcc9be is 0.80.

The process color (four color CMYK) of #dcc9be color hex is 0.00, 0.09, 0.14, 0.14. Web safe color of #dcc9be is #cccccc. Color #dcc9be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 10111110
Octal 334 311 276
Decimal 220 201 190
Hex DC C9 BE

RGB Percentages of Color #dcc9be

%36.01
%32.90
%31.10

CMYK Percentages of Color #dcc9be

%0
%9
%14
%14

Triadic Colors of #dcc9be

#dcc9be #bedcc9 #c9bedc

Analogous Colors of #dcc9be

#dcc9be #dcd8be #dcbec2

Monochromatic Colors of #dcc9be

#dcc9be

Complementary Color

#dcc9be #bed1dc

#dcc9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc9be Color CSS Codes

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

#dcc9be Text Font Color

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

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


#dcc9be Background Color

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

This div background color is #dcc9be


#dcc9be Border Color

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

This div border color is #dcc9be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,201,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcc9be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcc9be;
  -webkit-box-shadow: 1px 1px 3px 2px #dcc9be;
  box-shadow:         1px 1px 3px 2px #dcc9be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,201,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc9be


Comments

No comments written yet.

Please login to write comment.