Color Hex Logo

#dac52b Color Hex

#DAC52B
(218,197,43)
0 Favorites   0 Comments

Color spaces of #dac52b

RGB 21819743
HSL0.150.700.51
HSV53°80°85°
CMYK 0.000.100.80   0.15
XYZ49.315755.012310.3047
Yxy55.01230.43020.4799
Hunter Lab74.1703-11.113643.6819
CIE-Lab79.0484-7.913772.7338

#dac52b color RGB value is (218,197,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 00101011
Octal 332 305 53
Decimal 218 197 43
Hex DA C5 2B

RGB Percentages of Color #dac52b

%47.60
%43.01
%9.39

CMYK Percentages of Color #dac52b

%0
%10
%80
%15

Triadic Colors of #dac52b

#dac52b #2bdac5 #c52bda

Analogous Colors of #dac52b

#dac52b #98da2b #da6e2b

Monochromatic Colors of #dac52b

#dac52b

Complementary Color

#dac52b #2b40da

#dac52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac52b Color CSS Codes

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

#dac52b Text Font Color

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

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


#dac52b Background Color

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

This div background color is #dac52b


#dac52b Border Color

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

This div border color is #dac52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac52b


Comments

No comments written yet.

Please login to write comment.