Color Hex Logo

#dac11d Color Hex

#DAC11D
(218,193,29)
0 Favorites   0 Comments

Color spaces of #dac11d

RGB 21819329
HSL0.140.770.48
HSV52°87°85°
CMYK 0.000.110.87   0.15
XYZ48.205253.13418.8776
Yxy53.13410.43740.4821
Hunter Lab72.8931-9.518643.8043
CIE-Lab77.9541-6.235875.2653

#dac11d color RGB value is (218,193,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00011101
Octal 332 301 35
Decimal 218 193 29
Hex DA C1 1D

RGB Percentages of Color #dac11d

%49.55
%43.86
%6.59

CMYK Percentages of Color #dac11d

%0
%11
%87
%15

Triadic Colors of #dac11d

#dac11d #1ddac1 #c11dda

Analogous Colors of #dac11d

#dac11d #95da1d #da631d

Monochromatic Colors of #dac11d

#dac11d

Complementary Color

#dac11d #1d36da

#dac11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac11d Color CSS Codes

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

#dac11d Text Font Color

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

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


#dac11d Background Color

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

This div background color is #dac11d


#dac11d Border Color

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

This div border color is #dac11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac11d


Comments

No comments written yet.

Please login to write comment.