Color Hex Logo

#dba73b Color Hex

#DBA73B
(219,167,59)
0 Favorites   0 Comments

Color spaces of #dba73b

RGB 21916759
HSL0.110.690.55
HSV41°73°86°
CMYK 0.000.240.73   0.14
XYZ43.821643.013310.1304
Yxy43.01330.45190.4436
Hunter Lab65.58454.495436.7510
CIE-Lab71.56408.835160.3465

#dba73b color RGB value is (219,167,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 00111011
Octal 333 247 73
Decimal 219 167 59
Hex DB A7 3B

RGB Percentages of Color #dba73b

%49.21
%37.53
%13.26

CMYK Percentages of Color #dba73b

%0
%24
%73
%14

Triadic Colors of #dba73b

#dba73b #3bdba7 #a73bdb

Analogous Colors of #dba73b

#dba73b #bfdb3b #db573b

Monochromatic Colors of #dba73b

#dba73b

Complementary Color

#dba73b #3b6fdb

#dba73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba73b Color CSS Codes

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

#dba73b Text Font Color

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

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


#dba73b Background Color

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

This div background color is #dba73b


#dba73b Border Color

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

This div border color is #dba73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba73b

#dba73b Color Palettes


Comments

No comments written yet.

Please login to write comment.