Color Hex Logo

#dba71f Color Hex

#DBA71F
(219,167,31)
0 Favorites   0 Comments

Color spaces of #dba71f

RGB 21916731
HSL0.120.750.49
HSV43°86°86°
CMYK 0.000.240.86   0.14
XYZ43.279542.79647.2758
Yxy42.79640.46360.4584
Hunter Lab65.41903.607839.1991
CIE-Lab71.41667.871269.5592

#dba71f color RGB value is (219,167,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 00011111
Octal 333 247 37
Decimal 219 167 31
Hex DB A7 1F

RGB Percentages of Color #dba71f

%52.52
%40.05
%7.43

CMYK Percentages of Color #dba71f

%0
%24
%86
%14

Triadic Colors of #dba71f

#dba71f #1fdba7 #a71fdb

Analogous Colors of #dba71f

#dba71f #b1db1f #db491f

Monochromatic Colors of #dba71f

#dba71f

Complementary Color

#dba71f #1f53db

#dba71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba71f Color CSS Codes

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

#dba71f Text Font Color

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

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


#dba71f Background Color

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

This div background color is #dba71f


#dba71f Border Color

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

This div border color is #dba71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba71f


Comments

No comments written yet.

Please login to write comment.