Color Hex Logo

#dcc7bc Color Hex

#DCC7BC
(220,199,188)
0 Favorites   0 Comments

Color spaces of #dcc7bc

RGB 220199188
HSL0.060.310.80
HSV21°15°86°
CMYK 0.000.100.15   0.14
XYZ59.015759.693355.9885
Yxy59.69330.33780.3417
Hunter Lab77.26141.138711.1177
CIE-Lab81.67125.56318.1690

#dcc7bc color RGB value is (220,199,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 10111100
Octal 334 307 274
Decimal 220 199 188
Hex DC C7 BC

RGB Percentages of Color #dcc7bc

%36.24
%32.78
%30.97

CMYK Percentages of Color #dcc7bc

%0
%10
%15
%14

Triadic Colors of #dcc7bc

#dcc7bc #bcdcc7 #c7bcdc

Analogous Colors of #dcc7bc

#dcc7bc #dcd7bc #dcbcc1

Monochromatic Colors of #dcc7bc

#dcc7bc

Complementary Color

#dcc7bc #bcd1dc

#dcc7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc7bc Color CSS Codes

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

#dcc7bc Text Font Color

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

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


#dcc7bc Background Color

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

This div background color is #dcc7bc


#dcc7bc Border Color

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

This div border color is #dcc7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc7bc


Comments

No comments written yet.

Please login to write comment.