Color Hex Logo

#dcbb81 Color Hex

#DCBB81
(220,187,129)
0 Favorites   0 Comments

Color spaces of #dcbb81

RGB 220187129
HSL0.110.570.68
HSV38°41°86°
CMYK 0.000.150.41   0.14
XYZ51.248052.341328.1707
Yxy52.34130.38890.3972
Hunter Lab72.3473-0.165327.5567
CIE-Lab77.48454.007633.7391

#dcbb81 color RGB value is (220,187,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10000001
Octal 334 273 201
Decimal 220 187 129
Hex DC BB 81

RGB Percentages of Color #dcbb81

%41.04
%34.89
%24.07

CMYK Percentages of Color #dcbb81

%0
%15
%41
%14

Triadic Colors of #dcbb81

#dcbb81 #81dcbb #bb81dc

Analogous Colors of #dcbb81

#dcbb81 #d0dc81 #dc8e81

Monochromatic Colors of #dcbb81

#dcbb81

Complementary Color

#dcbb81 #81a2dc

#dcbb81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb81 Color CSS Codes

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

#dcbb81 Text Font Color

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

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


#dcbb81 Background Color

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

This div background color is #dcbb81


#dcbb81 Border Color

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

This div border color is #dcbb81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb81


Comments

No comments written yet.

Please login to write comment.