Color Hex Logo

#dba03b Color Hex

#DBA03B
(219,160,59)
0 Favorites   0 Comments

Color spaces of #dba03b

RGB 21916059
HSL0.110.690.55
HSV38°73°86°
CMYK 0.000.270.73   0.14
XYZ42.573640.51749.7144
Yxy40.51740.45870.4366
Hunter Lab63.65337.994035.5088
CIE-Lab69.836512.579158.6259

#dba03b color RGB value is (219,160,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 00111011
Octal 333 240 73
Decimal 219 160 59
Hex DB A0 3B

RGB Percentages of Color #dba03b

%50.00
%36.53
%13.47

CMYK Percentages of Color #dba03b

%0
%27
%73
%14

Triadic Colors of #dba03b

#dba03b #3bdba0 #a03bdb

Analogous Colors of #dba03b

#dba03b #c6db3b #db503b

Monochromatic Colors of #dba03b

#dba03b

Complementary Color

#dba03b #3b76db

#dba03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba03b Color CSS Codes

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

#dba03b Text Font Color

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

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


#dba03b Background Color

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

This div background color is #dba03b


#dba03b Border Color

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

This div border color is #dba03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba03b


Comments

No comments written yet.

Please login to write comment.