Color Hex Logo

#dcb30a Color Hex

#DCB30A
(220,179,10)
0 Favorites   0 Comments

Color spaces of #dcb30a

RGB 22017910
HSL0.130.910.45
HSV48°95°86°
CMYK 0.000.190.95   0.14
XYZ45.690147.47787.0432
Yxy47.47780.45590.4738
Hunter Lab68.9041-2.219542.1724
CIE-Lab74.49441.618075.7400

#dcb30a color RGB value is (220,179,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00001010
Octal 334 263 12
Decimal 220 179 10
Hex DC B3 A

RGB Percentages of Color #dcb30a

%53.79
%43.77
%2.44

CMYK Percentages of Color #dcb30a

%0
%19
%95
%14

Triadic Colors of #dcb30a

#dcb30a #0adcb3 #b30adc

Analogous Colors of #dcb30a

#dcb30a #9cdc0a #dc4a0a

Monochromatic Colors of #dcb30a

#dcb30a

Complementary Color

#dcb30a #0a33dc

#dcb30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb30a Color CSS Codes

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

#dcb30a Text Font Color

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

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


#dcb30a Background Color

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

This div background color is #dcb30a


#dcb30a Border Color

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

This div border color is #dcb30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb30a


Comments

No comments written yet.

Please login to write comment.