Color Hex Logo

#dbb30a Color Hex

#DBB30A
(219,179,10)
0 Favorites   0 Comments

Color spaces of #dbb30a

RGB 21917910
HSL0.130.910.45
HSV49°95°86°
CMYK 0.000.180.95   0.14
XYZ45.388347.32227.0290
Yxy47.32220.45510.4745
Hunter Lab68.7911-2.610442.0956
CIE-Lab74.39541.180275.6233

#dbb30a color RGB value is (219,179,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 00001010
Octal 333 263 12
Decimal 219 179 10
Hex DB B3 A

RGB Percentages of Color #dbb30a

%53.68
%43.87
%2.45

CMYK Percentages of Color #dbb30a

%0
%18
%95
%14

Triadic Colors of #dbb30a

#dbb30a #0adbb3 #b30adb

Analogous Colors of #dbb30a

#dbb30a #9bdb0a #db4a0a

Monochromatic Colors of #dbb30a

#dbb30a

Complementary Color

#dbb30a #0a32db

#dbb30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb30a Color CSS Codes

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

#dbb30a Text Font Color

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

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


#dbb30a Background Color

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

This div background color is #dbb30a


#dbb30a Border Color

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

This div border color is #dbb30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb30a


Comments

No comments written yet.

Please login to write comment.