Color Hex Logo

#dac41d Color Hex

#DAC41D
(218,196,29)
0 Favorites   0 Comments

Color spaces of #dac41d

RGB 21819629
HSL0.150.770.48
HSV53°87°85°
CMYK 0.000.100.87   0.15
XYZ48.875154.47409.1009
Yxy54.47400.43460.4844
Hunter Lab73.8065-10.957644.3536
CIE-Lab78.7373-7.773175.8946

#dac41d color RGB value is (218,196,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 00011101
Octal 332 304 35
Decimal 218 196 29
Hex DA C4 1D

RGB Percentages of Color #dac41d

%49.21
%44.24
%6.55

CMYK Percentages of Color #dac41d

%0
%10
%87
%15

Triadic Colors of #dac41d

#dac41d #1ddac4 #c41dda

Analogous Colors of #dac41d

#dac41d #92da1d #da661d

Monochromatic Colors of #dac41d

#dac41d

Complementary Color

#dac41d #1d33da

#dac41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac41d Color CSS Codes

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

#dac41d Text Font Color

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

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


#dac41d Background Color

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

This div background color is #dac41d


#dac41d Border Color

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

This div border color is #dac41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac41d


Comments

No comments written yet.

Please login to write comment.