Color Hex Logo

#dac72b Color Hex

#DAC72B
(218,199,43)
0 Favorites   0 Comments

Color spaces of #dac72b

RGB 21819943
HSL0.150.700.51
HSV53°80°85°
CMYK 0.000.090.80   0.15
XYZ49.772955.926710.4571
Yxy55.92670.42850.4815
Hunter Lab74.7842-12.070944.0584
CIE-Lab79.5721-8.933473.1897

#dac72b color RGB value is (218,199,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 00101011
Octal 332 307 53
Decimal 218 199 43
Hex DA C7 2B

RGB Percentages of Color #dac72b

%47.39
%43.26
%9.35

CMYK Percentages of Color #dac72b

%0
%9
%80
%15

Triadic Colors of #dac72b

#dac72b #2bdac7 #c72bda

Analogous Colors of #dac72b

#dac72b #96da2b #da702b

Monochromatic Colors of #dac72b

#dac72b

Complementary Color

#dac72b #2b3eda

#dac72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac72b Color CSS Codes

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

#dac72b Text Font Color

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

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


#dac72b Background Color

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

This div background color is #dac72b


#dac72b Border Color

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

This div border color is #dac72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac72b


Comments

No comments written yet.

Please login to write comment.