Color Hex Logo

#dcb40a Color Hex

#DCB40A
(220,180,10)
0 Favorites   0 Comments

Color spaces of #dcb40a

RGB 22018010
HSL0.130.910.45
HSV49°95°86°
CMYK 0.000.180.95   0.14
XYZ45.891247.88017.1102
Yxy47.88010.45490.4746
Hunter Lab69.1954-2.708842.3445
CIE-Lab74.74921.093175.9256

#dcb40a color RGB value is (220,180,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 00001010
Octal 334 264 12
Decimal 220 180 10
Hex DC B4 A

RGB Percentages of Color #dcb40a

%53.66
%43.90
%2.44

CMYK Percentages of Color #dcb40a

%0
%18
%95
%14

Triadic Colors of #dcb40a

#dcb40a #0adcb4 #b40adc

Analogous Colors of #dcb40a

#dcb40a #9bdc0a #dc4b0a

Monochromatic Colors of #dcb40a

#dcb40a

Complementary Color

#dcb40a #0a32dc

#dcb40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb40a Color CSS Codes

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

#dcb40a Text Font Color

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

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


#dcb40a Background Color

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

This div background color is #dcb40a


#dcb40a Border Color

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

This div border color is #dcb40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb40a


Comments

No comments written yet.

Please login to write comment.