Color Hex Logo

#dcc8bf Color Hex

#DCC8BF
(220,200,191)
0 Favorites   0 Comments

Color spaces of #dcc8bf

RGB 220200191
HSL0.050.290.81
HSV19°13°86°
CMYK 0.000.090.13   0.14
XYZ59.573460.285857.7867
Yxy60.28580.33530.3394
Hunter Lab77.64391.079810.2240
CIE-Lab81.99335.51427.0269

#dcc8bf color RGB value is (220,200,191).

#dcc8bf hex color red value is 220, green value is 200 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dcc8bf hue: 0.05 , saturation: 0.29 and the lightness value of dcc8bf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10111111
Octal 334 310 277
Decimal 220 200 191
Hex DC C8 BF

RGB Percentages of Color #dcc8bf

%36.01
%32.73
%31.26

CMYK Percentages of Color #dcc8bf

%0
%9
%13
%14

Triadic Colors of #dcc8bf

#dcc8bf #bfdcc8 #c8bfdc

Analogous Colors of #dcc8bf

#dcc8bf #dcd7bf #dcbfc5

Monochromatic Colors of #dcc8bf

#dcc8bf

Complementary Color

#dcc8bf #bfd3dc

#dcc8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc8bf Color CSS Codes

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

#dcc8bf Text Font Color

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

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


#dcc8bf Background Color

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

This div background color is #dcc8bf


#dcc8bf Border Color

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

This div border color is #dcc8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc8bf


Comments

No comments written yet.

Please login to write comment.