Color Hex Logo

#dac64b Color Hex

#DAC64B
(218,198,75)
0 Favorites   0 Comments

Color spaces of #dac64b

RGB 21819875
HSL0.140.660.57
HSV52°66°85°
CMYK 0.000.090.66   0.15
XYZ50.377555.801614.7722
Yxy55.80160.41650.4614
Hunter Lab74.7005-10.346640.5656
CIE-Lab79.5008-7.000761.8884

#dac64b color RGB value is (218,198,75).

#dac64b hex color red value is 218, green value is 198 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dac64b hue: 0.14 , saturation: 0.66 and the lightness value of dac64b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01001011
Octal 332 306 113
Decimal 218 198 75
Hex DA C6 4B

RGB Percentages of Color #dac64b

%44.40
%40.33
%15.27

CMYK Percentages of Color #dac64b

%0
%9
%66
%15

Triadic Colors of #dac64b

#dac64b #4bdac6 #c64bda

Analogous Colors of #dac64b

#dac64b #a7da4b #da7f4b

Monochromatic Colors of #dac64b

#dac64b

Complementary Color

#dac64b #4b5fda

#dac64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac64b Color CSS Codes

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

#dac64b Text Font Color

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

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


#dac64b Background Color

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

This div background color is #dac64b


#dac64b Border Color

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

This div border color is #dac64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac64b


Comments

No comments written yet.

Please login to write comment.