Color Hex Logo

#dab72c Color Hex

#DAB72C
(218,183,44)
0 Favorites   0 Comments

Color spaces of #dab72c

RGB 21818344
HSL0.130.700.51
HSV48°80°85°
CMYK 0.000.160.80   0.15
XYZ46.301648.95429.3916
Yxy48.95420.44250.4678
Hunter Lab69.9673-4.318441.0187
CIE-Lab75.4228-0.644469.2586

#dab72c color RGB value is (218,183,44).

#dab72c hex color red value is 218, green value is 183 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dab72c hue: 0.13 , saturation: 0.70 and the lightness value of dab72c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 00101100
Octal 332 267 54
Decimal 218 183 44
Hex DA B7 2C

RGB Percentages of Color #dab72c

%48.99
%41.12
%9.89

CMYK Percentages of Color #dab72c

%0
%16
%80
%15

Triadic Colors of #dab72c

#dab72c #2cdab7 #b72cda

Analogous Colors of #dab72c

#dab72c #a6da2c #da602c

Monochromatic Colors of #dab72c

#dab72c

Complementary Color

#dab72c #2c4fda

#dab72c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab72c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab72c Color CSS Codes

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

#dab72c Text Font Color

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

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


#dab72c Background Color

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

This div background color is #dab72c


#dab72c Border Color

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

This div border color is #dab72c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,183,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab72c


Comments

No comments written yet.

Please login to write comment.