Color Hex Logo

#dac63a Color Hex

#DAC63A
(218,198,58)
0 Favorites   0 Comments

Color spaces of #dac63a

RGB 21819858
HSL0.150.680.54
HSV53°73°85°
CMYK 0.000.090.73   0.15
XYZ49.871255.599112.1062
Yxy55.59910.42420.4729
Hunter Lab74.5648-11.102242.5692
CIE-Lab79.3851-7.862368.2857

#dac63a color RGB value is (218,198,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 00111010
Octal 332 306 72
Decimal 218 198 58
Hex DA C6 3A

RGB Percentages of Color #dac63a

%45.99
%41.77
%12.24

CMYK Percentages of Color #dac63a

%0
%9
%73
%15

Triadic Colors of #dac63a

#dac63a #3adac6 #c63ada

Analogous Colors of #dac63a

#dac63a #9eda3a #da763a

Monochromatic Colors of #dac63a

#dac63a

Complementary Color

#dac63a #3a4eda

#dac63a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac63a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac63a Color CSS Codes

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

#dac63a Text Font Color

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

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


#dac63a Background Color

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

This div background color is #dac63a


#dac63a Border Color

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

This div border color is #dac63a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac63a


Comments

No comments written yet.

Please login to write comment.