Color Hex Logo

#dac33a Color Hex

#DAC33A
(218,195,58)
0 Favorites   0 Comments

Color spaces of #dac33a

RGB 21819558
HSL0.140.680.54
HSV51°73°85°
CMYK 0.000.110.73   0.15
XYZ49.192354.241111.8799
Yxy54.24110.42660.4704
Hunter Lab73.6486-9.658941.9902
CIE-Lab78.6021-6.325667.5387

#dac33a color RGB value is (218,195,58).

#dac33a hex color red value is 218, green value is 195 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dac33a hue: 0.14 , saturation: 0.68 and the lightness value of dac33a is 0.54.

The process color (four color CMYK) of #dac33a color hex is 0.00, 0.11, 0.73, 0.15. Web safe color of #dac33a is #cccc33. Color #dac33a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 00111010
Octal 332 303 72
Decimal 218 195 58
Hex DA C3 3A

RGB Percentages of Color #dac33a

%46.28
%41.40
%12.31

CMYK Percentages of Color #dac33a

%0
%11
%73
%15

Triadic Colors of #dac33a

#dac33a #3adac3 #c33ada

Analogous Colors of #dac33a

#dac33a #a1da3a #da733a

Monochromatic Colors of #dac33a

#dac33a

Complementary Color

#dac33a #3a51da

#dac33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac33a Color CSS Codes

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

#dac33a Text Font Color

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

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


#dac33a Background Color

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

This div background color is #dac33a


#dac33a Border Color

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

This div border color is #dac33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac33a


Comments

No comments written yet.

Please login to write comment.