Color Hex Logo

#dcb960 Color Hex

#DCB960
(220,185,96)
0 Favorites   0 Comments

Color spaces of #dcb960

RGB 22018596
HSL0.120.640.62
HSV43°56°86°
CMYK 0.000.160.56   0.14
XYZ48.975550.758118.2823
Yxy50.75810.41500.4301
Hunter Lab71.2447-1.972634.6567
CIE-Lab76.53222.005649.2016

#dcb960 color RGB value is (220,185,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01100000
Octal 334 271 140
Decimal 220 185 96
Hex DC B9 60

RGB Percentages of Color #dcb960

%43.91
%36.93
%19.16

CMYK Percentages of Color #dcb960

%0
%16
%56
%14

Triadic Colors of #dcb960

#dcb960 #60dcb9 #b960dc

Analogous Colors of #dcb960

#dcb960 #c1dc60 #dc7b60

Monochromatic Colors of #dcb960

#dcb960

Complementary Color

#dcb960 #6083dc

#dcb960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb960 Color CSS Codes

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

#dcb960 Text Font Color

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

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


#dcb960 Background Color

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

This div background color is #dcb960


#dcb960 Border Color

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

This div border color is #dcb960


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,185,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 #dcb960">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb960


Comments

No comments written yet.

Please login to write comment.