Color Hex Logo

#dcbb72 Color Hex

#DCBB72
(220,187,114)
0 Favorites   0 Comments

Color spaces of #dcbb72

RGB 220187114
HSL0.110.600.65
HSV41°48°86°
CMYK 0.000.150.48   0.14
XYZ50.322851.971223.2987
Yxy51.97120.40070.4138
Hunter Lab72.0911-1.558331.3021
CIE-Lab77.26362.495741.1747

#dcbb72 color RGB value is (220,187,114).

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

The process color (four color CMYK) of #dcbb72 color hex is 0.00, 0.15, 0.48, 0.14. Web safe color of #dcbb72 is #cccc66. Color #dcbb72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01110010
Octal 334 273 162
Decimal 220 187 114
Hex DC BB 72

RGB Percentages of Color #dcbb72

%42.23
%35.89
%21.88

CMYK Percentages of Color #dcbb72

%0
%15
%48
%14

Triadic Colors of #dcbb72

#dcbb72 #72dcbb #bb72dc

Analogous Colors of #dcbb72

#dcbb72 #c8dc72 #dc8672

Monochromatic Colors of #dcbb72

#dcbb72

Complementary Color

#dcbb72 #7293dc

#dcbb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb72 Color CSS Codes

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

#dcbb72 Text Font Color

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

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


#dcbb72 Background Color

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

This div background color is #dcbb72


#dcbb72 Border Color

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

This div border color is #dcbb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb72


Comments

No comments written yet.

Please login to write comment.