Color Hex Logo

#dcc6bf Color Hex

#DCC6BF
(220,198,191)
0 Favorites   0 Comments

Color spaces of #dcc6bf

RGB 220198191
HSL0.040.290.81
HSV14°13°86°
CMYK 0.000.100.13   0.14
XYZ59.113359.365457.6333
Yxy59.36540.33570.3371
Hunter Lab77.04892.11279.5848
CIE-Lab81.49206.57036.3061

#dcc6bf color RGB value is (220,198,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 10111111
Octal 334 306 277
Decimal 220 198 191
Hex DC C6 BF

RGB Percentages of Color #dcc6bf

%36.12
%32.51
%31.36

CMYK Percentages of Color #dcc6bf

%0
%10
%13
%14

Triadic Colors of #dcc6bf

#dcc6bf #bfdcc6 #c6bfdc

Analogous Colors of #dcc6bf

#dcc6bf #dcd5bf #dcbfc7

Monochromatic Colors of #dcc6bf

#dcc6bf

Complementary Color

#dcc6bf #bfd5dc

#dcc6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc6bf Color CSS Codes

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

#dcc6bf Text Font Color

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

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


#dcc6bf Background Color

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

This div background color is #dcc6bf


#dcc6bf Border Color

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

This div border color is #dcc6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc6bf


Comments

No comments written yet.

Please login to write comment.