Color Hex Logo

#dcc7bd Color Hex

#DCC7BD
(220,199,189)
0 Favorites   0 Comments

Color spaces of #dcc7bd

RGB 220199189
HSL0.050.310.80
HSV19°14°86°
CMYK 0.000.100.14   0.14
XYZ59.123959.736656.5583
Yxy59.73660.33700.3405
Hunter Lab77.28951.290110.7158
CIE-Lab81.69485.72187.6679

#dcc7bd color RGB value is (220,199,189).

#dcc7bd hex color red value is 220, green value is 199 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dcc7bd hue: 0.05 , saturation: 0.31 and the lightness value of dcc7bd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 10111101
Octal 334 307 275
Decimal 220 199 189
Hex DC C7 BD

RGB Percentages of Color #dcc7bd

%36.18
%32.73
%31.09

CMYK Percentages of Color #dcc7bd

%0
%10
%14
%14

Triadic Colors of #dcc7bd

#dcc7bd #bddcc7 #c7bddc

Analogous Colors of #dcc7bd

#dcc7bd #dcd7bd #dcbdc3

Monochromatic Colors of #dcc7bd

#dcc7bd

Complementary Color

#dcc7bd #bdd2dc

#dcc7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc7bd Color CSS Codes

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

#dcc7bd Text Font Color

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

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


#dcc7bd Background Color

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

This div background color is #dcc7bd


#dcc7bd Border Color

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

This div border color is #dcc7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc7bd

#dcc7bd Color Palettes


Comments

No comments written yet.

Please login to write comment.