Color Hex Logo

#dab71f Color Hex

#DAB71F
(218,183,31)
0 Favorites   0 Comments

Color spaces of #dab71f

RGB 21818331
HSL0.140.750.49
HSV49°86°85°
CMYK 0.000.160.86   0.15
XYZ46.094348.87138.3000
Yxy48.87130.44640.4733
Hunter Lab69.9080-4.643941.8963
CIE-Lab75.3712-1.009972.7352

#dab71f color RGB value is (218,183,31).

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

The process color (four color CMYK) of #dab71f color hex is 0.00, 0.16, 0.86, 0.15. Web safe color of #dab71f is #cccc33. Color #dab71f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 00011111
Octal 332 267 37
Decimal 218 183 31
Hex DA B7 1F

RGB Percentages of Color #dab71f

%50.46
%42.36
%7.18

CMYK Percentages of Color #dab71f

%0
%16
%86
%15

Triadic Colors of #dab71f

#dab71f #1fdab7 #b71fda

Analogous Colors of #dab71f

#dab71f #a0da1f #da5a1f

Monochromatic Colors of #dab71f

#dab71f

Complementary Color

#dab71f #1f42da

#dab71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab71f Color CSS Codes

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

#dab71f Text Font Color

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

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


#dab71f Background Color

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

This div background color is #dab71f


#dab71f Border Color

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

This div border color is #dab71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab71f

#dab71f Color Palettes


Comments

No comments written yet.

Please login to write comment.