Color Hex Logo

#dbb02a Color Hex

#DBB02A
(219,176,42)
0 Favorites   0 Comments

Color spaces of #dbb02a

RGB 21917642
HSL0.130.710.51
HSV45°81°86°
CMYK 0.000.200.81   0.14
XYZ45.156746.27798.7430
Yxy46.27790.45080.4620
Hunter Lab68.0279-0.561039.9995
CIE-Lab73.72553.401968.4152

#dbb02a color RGB value is (219,176,42).

#dbb02a hex color red value is 219, green value is 176 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dbb02a hue: 0.13 , saturation: 0.71 and the lightness value of dbb02a is 0.51.

The process color (four color CMYK) of #dbb02a color hex is 0.00, 0.20, 0.81, 0.14. Web safe color of #dbb02a is #cc9933. Color #dbb02a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 00101010
Octal 333 260 52
Decimal 219 176 42
Hex DB B0 2A

RGB Percentages of Color #dbb02a

%50.11
%40.27
%9.61

CMYK Percentages of Color #dbb02a

%0
%20
%81
%14

Triadic Colors of #dbb02a

#dbb02a #2adbb0 #b02adb

Analogous Colors of #dbb02a

#dbb02a #aedb2a #db582a

Monochromatic Colors of #dbb02a

#dbb02a

Complementary Color

#dbb02a #2a55db

#dbb02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb02a Color CSS Codes

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

#dbb02a Text Font Color

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

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


#dbb02a Background Color

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

This div background color is #dbb02a


#dbb02a Border Color

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

This div border color is #dbb02a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,176,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb02a


Comments

No comments written yet.

Please login to write comment.