Color Hex Logo

#dacd0d Color Hex

#DACD0D
(218,205,13)
0 Favorites   0 Comments

Color spaces of #dacd0d

RGB 21820513
HSL0.160.890.45
HSV56°94°85°
CMYK 0.000.060.94   0.15
XYZ50.817458.59719.0128
Yxy58.59710.42910.4948
Hunter Lab76.5487-15.461946.6034
CIE-Lab81.0696-12.588680.1989

#dacd0d color RGB value is (218,205,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 00001101
Octal 332 315 15
Decimal 218 205 13
Hex DA CD D

RGB Percentages of Color #dacd0d

%50.00
%47.02
%2.98

CMYK Percentages of Color #dacd0d

%0
%6
%94
%15

Triadic Colors of #dacd0d

#dacd0d #0ddacd #cd0dda

Analogous Colors of #dacd0d

#dacd0d #81da0d #da670d

Monochromatic Colors of #dacd0d

#dacd0d

Complementary Color

#dacd0d #0d1ada

#dacd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd0d Color CSS Codes

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

#dacd0d Text Font Color

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

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


#dacd0d Background Color

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

This div background color is #dacd0d


#dacd0d Border Color

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

This div border color is #dacd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd0d


Comments

No comments written yet.

Please login to write comment.