Color Hex Logo

#dcbb70 Color Hex

#DCBB70
(220,187,112)
0 Favorites   0 Comments

Color spaces of #dcbb70

RGB 220187112
HSL0.120.610.65
HSV42°49°86°
CMYK 0.000.150.49   0.14
XYZ50.210251.926122.7056
Yxy51.92610.40220.4159
Hunter Lab72.0598-1.728431.7599
CIE-Lab77.23662.310142.1520

#dcbb70 color RGB value is (220,187,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01110000
Octal 334 273 160
Decimal 220 187 112
Hex DC BB 70

RGB Percentages of Color #dcbb70

%42.39
%36.03
%21.58

CMYK Percentages of Color #dcbb70

%0
%15
%49
%14

Triadic Colors of #dcbb70

#dcbb70 #70dcbb #bb70dc

Analogous Colors of #dcbb70

#dcbb70 #c7dc70 #dc8570

Monochromatic Colors of #dcbb70

#dcbb70

Complementary Color

#dcbb70 #7091dc

#dcbb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb70 Color CSS Codes

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

#dcbb70 Text Font Color

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

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


#dcbb70 Background Color

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

This div background color is #dcbb70


#dcbb70 Border Color

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

This div border color is #dcbb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb70


Comments

No comments written yet.

Please login to write comment.