Color Hex Logo

#dac22d Color Hex

#DAC22D
(218,194,45)
0 Favorites   0 Comments

Color spaces of #dac22d

RGB 21819445
HSL0.140.700.52
HSV52°79°85°
CMYK 0.000.110.79   0.15
XYZ48.678953.678510.2780
Yxy53.67850.43220.4766
Hunter Lab73.2656-9.616442.9685
CIE-Lab78.2739-6.312371.4773

#dac22d color RGB value is (218,194,45).

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

The process color (four color CMYK) of #dac22d color hex is 0.00, 0.11, 0.79, 0.15. Web safe color of #dac22d is #cccc33. Color #dac22d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 00101101
Octal 332 302 55
Decimal 218 194 45
Hex DA C2 2D

RGB Percentages of Color #dac22d

%47.70
%42.45
%9.85

CMYK Percentages of Color #dac22d

%0
%11
%79
%15

Triadic Colors of #dac22d

#dac22d #2ddac2 #c22dda

Analogous Colors of #dac22d

#dac22d #9cda2d #da6c2d

Monochromatic Colors of #dac22d

#dac22d

Complementary Color

#dac22d #2d45da

#dac22d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac22d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac22d Color CSS Codes

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

#dac22d Text Font Color

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

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


#dac22d Background Color

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

This div background color is #dac22d


#dac22d Border Color

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

This div border color is #dac22d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac22d


Comments

No comments written yet.

Please login to write comment.