Color Hex Logo

#dcbb60 Color Hex

#DCBB60
(220,187,96)
0 Favorites   0 Comments

Color spaces of #dcbb60

RGB 22018796
HSL0.120.640.62
HSV44°56°86°
CMYK 0.000.150.56   0.14
XYZ49.396851.600818.4228
Yxy51.60080.41360.4321
Hunter Lab71.8337-2.962635.0778
CIE-Lab77.04150.956649.7977

#dcbb60 color RGB value is (220,187,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01100000
Octal 334 273 140
Decimal 220 187 96
Hex DC BB 60

RGB Percentages of Color #dcbb60

%43.74
%37.18
%19.09

CMYK Percentages of Color #dcbb60

%0
%15
%56
%14

Triadic Colors of #dcbb60

#dcbb60 #60dcbb #bb60dc

Analogous Colors of #dcbb60

#dcbb60 #bfdc60 #dc7d60

Monochromatic Colors of #dcbb60

#dcbb60

Complementary Color

#dcbb60 #6081dc

#dcbb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb60 Color CSS Codes

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

#dcbb60 Text Font Color

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

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


#dcbb60 Background Color

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

This div background color is #dcbb60


#dcbb60 Border Color

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

This div border color is #dcbb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb60


Comments

No comments written yet.

Please login to write comment.