Color Hex Logo

#dcc3bf Color Hex

#DCC3BF
(220,195,191)
0 Favorites   0 Comments

Color spaces of #dcc3bf

RGB 220195191
HSL0.020.290.81
HSV13°86°
CMYK 0.000.110.13   0.14
XYZ58.434358.007457.4070
Yxy58.00740.33610.3337
Hunter Lab76.16263.66628.6244
CIE-Lab80.74298.15895.2266

#dcc3bf color RGB value is (220,195,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 10111111
Octal 334 303 277
Decimal 220 195 191
Hex DC C3 BF

RGB Percentages of Color #dcc3bf

%36.30
%32.18
%31.52

CMYK Percentages of Color #dcc3bf

%0
%11
%13
%14

Triadic Colors of #dcc3bf

#dcc3bf #bfdcc3 #c3bfdc

Analogous Colors of #dcc3bf

#dcc3bf #dcd2bf #dcbfca

Monochromatic Colors of #dcc3bf

#dcc3bf

Complementary Color

#dcc3bf #bfd8dc

#dcc3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc3bf Color CSS Codes

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

#dcc3bf Text Font Color

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

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


#dcc3bf Background Color

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

This div background color is #dcc3bf


#dcc3bf Border Color

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

This div border color is #dcc3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc3bf


Comments

No comments written yet.

Please login to write comment.