Color Hex Logo

#dcbb80 Color Hex

#DCBB80
(220,187,128)
0 Favorites   0 Comments

Color spaces of #dcbb80

RGB 220187128
HSL0.110.570.68
HSV38°42°86°
CMYK 0.000.150.42   0.14
XYZ51.181852.314827.8223
Yxy52.31480.38980.3984
Hunter Lab72.3290-0.264627.8236
CIE-Lab77.46873.900334.2395

#dcbb80 color RGB value is (220,187,128).

#dcbb80 hex color red value is 220, green value is 187 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dcbb80 hue: 0.11 , saturation: 0.57 and the lightness value of dcbb80 is 0.68.

The process color (four color CMYK) of #dcbb80 color hex is 0.00, 0.15, 0.42, 0.14. Web safe color of #dcbb80 is #cccc99. Color #dcbb80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10000000
Octal 334 273 200
Decimal 220 187 128
Hex DC BB 80

RGB Percentages of Color #dcbb80

%41.12
%34.95
%23.93

CMYK Percentages of Color #dcbb80

%0
%15
%42
%14

Triadic Colors of #dcbb80

#dcbb80 #80dcbb #bb80dc

Analogous Colors of #dcbb80

#dcbb80 #cfdc80 #dc8d80

Monochromatic Colors of #dcbb80

#dcbb80

Complementary Color

#dcbb80 #80a1dc

#dcbb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb80 Color CSS Codes

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

#dcbb80 Text Font Color

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

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


#dcbb80 Background Color

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

This div background color is #dcbb80


#dcbb80 Border Color

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

This div border color is #dcbb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb80


Comments

No comments written yet.

Please login to write comment.