Color Hex Logo

#dba02b Color Hex

#DBA02B
(219,160,43)
0 Favorites   0 Comments

Color spaces of #dba02b

RGB 21916043
HSL0.110.710.51
HSV40°80°86°
CMYK 0.000.270.80   0.14
XYZ42.220340.37617.8536
Yxy40.37610.46680.4464
Hunter Lab63.54227.404637.1515
CIE-Lab69.736611.948564.5687

#dba02b color RGB value is (219,160,43).

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

The process color (four color CMYK) of #dba02b color hex is 0.00, 0.27, 0.80, 0.14. Web safe color of #dba02b is #cc9933. Color #dba02b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 00101011
Octal 333 240 53
Decimal 219 160 43
Hex DB A0 2B

RGB Percentages of Color #dba02b

%51.90
%37.91
%10.19

CMYK Percentages of Color #dba02b

%0
%27
%80
%14

Triadic Colors of #dba02b

#dba02b #2bdba0 #a02bdb

Analogous Colors of #dba02b

#dba02b #bedb2b #db482b

Monochromatic Colors of #dba02b

#dba02b

Complementary Color

#dba02b #2b66db

#dba02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba02b Color CSS Codes

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

#dba02b Text Font Color

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

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


#dba02b Background Color

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

This div background color is #dba02b


#dba02b Border Color

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

This div border color is #dba02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba02b


Comments

No comments written yet.

Please login to write comment.