Color Hex Logo

#dcb60a Color Hex

#DCB60A
(220,182,10)
0 Favorites   0 Comments

Color spaces of #dcb60a

RGB 22018210
HSL0.140.910.45
HSV49°95°86°
CMYK 0.000.170.95   0.14
XYZ46.297948.69357.2458
Yxy48.69350.45280.4763
Hunter Lab69.7807-3.685742.6900
CIE-Lab75.26020.045976.2979

#dcb60a color RGB value is (220,182,10).

#dcb60a hex color red value is 220, green value is 182 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dcb60a hue: 0.14 , saturation: 0.91 and the lightness value of dcb60a is 0.45.

The process color (four color CMYK) of #dcb60a color hex is 0.00, 0.17, 0.95, 0.14. Web safe color of #dcb60a is #cccc00. Color #dcb60a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 00001010
Octal 334 266 12
Decimal 220 182 10
Hex DC B6 A

RGB Percentages of Color #dcb60a

%53.40
%44.17
%2.43

CMYK Percentages of Color #dcb60a

%0
%17
%95
%14

Triadic Colors of #dcb60a

#dcb60a #0adcb6 #b60adc

Analogous Colors of #dcb60a

#dcb60a #99dc0a #dc4d0a

Monochromatic Colors of #dcb60a

#dcb60a

Complementary Color

#dcb60a #0a30dc

#dcb60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb60a Color CSS Codes

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

#dcb60a Text Font Color

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

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


#dcb60a Background Color

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

This div background color is #dcb60a


#dcb60a Border Color

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

This div border color is #dcb60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb60a


Comments

No comments written yet.

Please login to write comment.