Color Hex Logo

#dcc7ba Color Hex

#DCC7BA
(220,199,186)
0 Favorites   0 Comments

Color spaces of #dcc7ba

RGB 220199186
HSL0.060.330.80
HSV23°15°86°
CMYK 0.000.100.15   0.14
XYZ58.801659.607754.8606
Yxy59.60770.33940.3440
Hunter Lab77.20600.838511.9143
CIE-Lab81.62455.24799.1717

#dcc7ba color RGB value is (220,199,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 10111010
Octal 334 307 272
Decimal 220 199 186
Hex DC C7 BA

RGB Percentages of Color #dcc7ba

%36.36
%32.89
%30.74

CMYK Percentages of Color #dcc7ba

%0
%10
%15
%14

Triadic Colors of #dcc7ba

#dcc7ba #badcc7 #c7badc

Analogous Colors of #dcc7ba

#dcc7ba #dcd8ba #dcbabe

Monochromatic Colors of #dcc7ba

#dcc7ba

Complementary Color

#dcc7ba #bacfdc

#dcc7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc7ba Color CSS Codes

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

#dcc7ba Text Font Color

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

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


#dcc7ba Background Color

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

This div background color is #dcc7ba


#dcc7ba Border Color

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

This div border color is #dcc7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc7ba


Comments

No comments written yet.

Please login to write comment.