Color Hex Logo

#dac04b Color Hex

#DAC04B
(218,192,75)
0 Favorites   0 Comments

Color spaces of #dac04b

RGB 21819275
HSL0.140.660.57
HSV49°66°85°
CMYK 0.000.120.66   0.15
XYZ49.033153.112714.3241
Yxy53.11270.42100.4560
Hunter Lab72.8785-7.441439.3616
CIE-Lab77.9415-3.911760.2498

#dac04b color RGB value is (218,192,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 01001011
Octal 332 300 113
Decimal 218 192 75
Hex DA C0 4B

RGB Percentages of Color #dac04b

%44.95
%39.59
%15.46

CMYK Percentages of Color #dac04b

%0
%12
%66
%15

Triadic Colors of #dac04b

#dac04b #4bdac0 #c04bda

Analogous Colors of #dac04b

#dac04b #adda4b #da794b

Monochromatic Colors of #dac04b

#dac04b

Complementary Color

#dac04b #4b65da

#dac04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac04b Color CSS Codes

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

#dac04b Text Font Color

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

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


#dac04b Background Color

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

This div background color is #dac04b


#dac04b Border Color

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

This div border color is #dac04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac04b


Comments

No comments written yet.

Please login to write comment.