Color Hex Logo

#dac24f Color Hex

#DAC24F
(218,194,79)
0 Favorites   0 Comments

Color spaces of #dac24f

RGB 21819479
HSL0.140.650.58
HSV50°64°85°
CMYK 0.000.110.64   0.15
XYZ49.616554.053515.2154
Yxy54.05350.41730.4547
Hunter Lab73.5211-8.199239.1945
CIE-Lab78.4929-4.704459.1331

#dac24f color RGB value is (218,194,79).

#dac24f hex color red value is 218, green value is 194 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dac24f hue: 0.14 , saturation: 0.65 and the lightness value of dac24f is 0.58.

The process color (four color CMYK) of #dac24f color hex is 0.00, 0.11, 0.64, 0.15. Web safe color of #dac24f is #cccc66. Color #dac24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 01001111
Octal 332 302 117
Decimal 218 194 79
Hex DA C2 4F

RGB Percentages of Color #dac24f

%44.40
%39.51
%16.09

CMYK Percentages of Color #dac24f

%0
%11
%64
%15

Triadic Colors of #dac24f

#dac24f #4fdac2 #c24fda

Analogous Colors of #dac24f

#dac24f #adda4f #da7d4f

Monochromatic Colors of #dac24f

#dac24f

Complementary Color

#dac24f #4f67da

#dac24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac24f Color CSS Codes

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

#dac24f Text Font Color

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

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


#dac24f Background Color

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

This div background color is #dac24f


#dac24f Border Color

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

This div border color is #dac24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac24f


Comments

No comments written yet.

Please login to write comment.