Color Hex Logo

#dacd0f Color Hex

#DACD0F
(218,205,15)
0 Favorites   0 Comments

Color spaces of #dacd0f

RGB 21820515
HSL0.160.870.46
HSV56°93°85°
CMYK 0.000.060.93   0.15
XYZ50.831058.60269.0843
Yxy58.60260.42890.4945
Hunter Lab76.5523-15.442046.5508
CIE-Lab81.0727-12.565579.9742

#dacd0f color RGB value is (218,205,15).

#dacd0f hex color red value is 218, green value is 205 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dacd0f hue: 0.16 , saturation: 0.87 and the lightness value of dacd0f is 0.46.

The process color (four color CMYK) of #dacd0f color hex is 0.00, 0.06, 0.93, 0.15. Web safe color of #dacd0f is #cccc00. Color #dacd0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 00001111
Octal 332 315 17
Decimal 218 205 15
Hex DA CD F

RGB Percentages of Color #dacd0f

%49.77
%46.80
%3.42

CMYK Percentages of Color #dacd0f

%0
%6
%93
%15

Triadic Colors of #dacd0f

#dacd0f #0fdacd #cd0fda

Analogous Colors of #dacd0f

#dacd0f #82da0f #da680f

Monochromatic Colors of #dacd0f

#dacd0f

Complementary Color

#dacd0f #0f1cda

#dacd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd0f Color CSS Codes

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

#dacd0f Text Font Color

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

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


#dacd0f Background Color

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

This div background color is #dacd0f


#dacd0f Border Color

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

This div border color is #dacd0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd0f


Comments

No comments written yet.

Please login to write comment.