Color Hex Logo

#dac63f Color Hex

#DAC63F
(218,198,63)
0 Favorites   0 Comments

Color spaces of #dac63f

RGB 21819863
HSL0.150.680.55
HSV52°71°85°
CMYK 0.000.090.71   0.15
XYZ50.004755.652512.8091
Yxy55.65250.42210.4698
Hunter Lab74.6006-10.902742.0402
CIE-Lab79.4156-7.634366.5120

#dac63f color RGB value is (218,198,63).

#dac63f hex color red value is 218, green value is 198 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dac63f hue: 0.15 , saturation: 0.68 and the lightness value of dac63f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 00111111
Octal 332 306 77
Decimal 218 198 63
Hex DA C6 3F

RGB Percentages of Color #dac63f

%45.51
%41.34
%13.15

CMYK Percentages of Color #dac63f

%0
%9
%71
%15

Triadic Colors of #dac63f

#dac63f #3fdac6 #c63fda

Analogous Colors of #dac63f

#dac63f #a1da3f #da793f

Monochromatic Colors of #dac63f

#dac63f

Complementary Color

#dac63f #3f53da

#dac63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac63f Color CSS Codes

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

#dac63f Text Font Color

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

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


#dac63f Background Color

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

This div background color is #dac63f


#dac63f Border Color

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

This div border color is #dac63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac63f


Comments

No comments written yet.

Please login to write comment.