Color Hex Logo

#dba91f Color Hex

#DBA91F
(219,169,31)
0 Favorites   0 Comments

Color spaces of #dba91f

RGB 21916931
HSL0.120.750.49
HSV44°86°86°
CMYK 0.000.230.86   0.14
XYZ43.648743.53497.3989
Yxy43.53490.46150.4603
Hunter Lab65.98102.617239.5381
CIE-Lab71.91656.806969.9660

#dba91f color RGB value is (219,169,31).

#dba91f hex color red value is 219, green value is 169 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dba91f hue: 0.12 , saturation: 0.75 and the lightness value of dba91f is 0.49.

The process color (four color CMYK) of #dba91f color hex is 0.00, 0.23, 0.86, 0.14. Web safe color of #dba91f is #cc9933. Color #dba91f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 00011111
Octal 333 251 37
Decimal 219 169 31
Hex DB A9 1F

RGB Percentages of Color #dba91f

%52.27
%40.33
%7.40

CMYK Percentages of Color #dba91f

%0
%23
%86
%14

Triadic Colors of #dba91f

#dba91f #1fdba9 #a91fdb

Analogous Colors of #dba91f

#dba91f #afdb1f #db4b1f

Monochromatic Colors of #dba91f

#dba91f

Complementary Color

#dba91f #1f51db

#dba91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba91f Color CSS Codes

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

#dba91f Text Font Color

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

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


#dba91f Background Color

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

This div background color is #dba91f


#dba91f Border Color

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

This div border color is #dba91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba91f

#dba91f Color Palettes


Comments

No comments written yet.

Please login to write comment.