color codes Logo

#dab91f color codes

#DAB91F
(218,185,31)
0 Favorites   0 Comments

Color spaces of #dab91f

RGB 21818531
HSL0.140.750.49
HSV49°86°85°
CMYK 0.000.150.86   0.15
XYZ46.509749.70238.4385
Yxy49.70230.44440.4749
Hunter Lab70.4999-5.615942.2532
CIE-Lab75.8862-2.053173.1540

#dab91f color RGB value is (218,185,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00011111
Octal 332 271 37
Decimal 218 185 31
Hex DA B9 1F

RGB Percentages of Color #dab91f

%50.23
%42.63
%7.14

CMYK Percentages of Color #dab91f

%0
%15
%86
%15

Triadic Colors of #dab91f

#dab91f #1fdab9 #b91fda

Analogous Colors of #dab91f

#dab91f #9eda1f #da5c1f

Monochromatic Colors of #dab91f

#dab91f

Complementary Color

#dab91f #1f40da

#dab91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab91f Color CSS Codes

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

#dab91f Text Font Color

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

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


#dab91f Background Color

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

This div background color is #dab91f


#dab91f Border Color

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

This div border color is #dab91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab91f


Comments

No comments written yet.

Please login to write comment.