Color Hex Logo

#dac21d Color Hex

#DAC21D
(218,194,29)
0 Favorites   0 Comments

Color spaces of #dac21d

RGB 21819429
HSL0.150.770.48
HSV52°87°85°
CMYK 0.000.110.87   0.15
XYZ48.427053.57778.9516
Yxy53.57770.43650.4829
Hunter Lab73.1968-9.998843.9869
CIE-Lab78.2148-6.749175.4746

#dac21d color RGB value is (218,194,29).

#dac21d hex color red value is 218, green value is 194 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dac21d hue: 0.15 , saturation: 0.77 and the lightness value of dac21d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 00011101
Octal 332 302 35
Decimal 218 194 29
Hex DA C2 1D

RGB Percentages of Color #dac21d

%49.43
%43.99
%6.58

CMYK Percentages of Color #dac21d

%0
%11
%87
%15

Triadic Colors of #dac21d

#dac21d #1ddac2 #c21dda

Analogous Colors of #dac21d

#dac21d #94da1d #da641d

Monochromatic Colors of #dac21d

#dac21d

Complementary Color

#dac21d #1d35da

#dac21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac21d Color CSS Codes

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

#dac21d Text Font Color

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

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


#dac21d Background Color

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

This div background color is #dac21d


#dac21d Border Color

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

This div border color is #dac21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac21d


Comments

No comments written yet.

Please login to write comment.