Color Hex Logo

#dacd63 Color Hex

#DACD63
(218,205,99)
0 Favorites   0 Comments

Color spaces of #dacd63

RGB 21820599
HSL0.150.620.62
HSV53°55°85°
CMYK 0.000.060.55   0.15
XYZ52.996959.468920.4898
Yxy59.46890.39860.4473
Hunter Lab77.1161-12.281638.2279
CIE-Lab81.5487-8.932853.5773

#dacd63 color RGB value is (218,205,99).

#dacd63 hex color red value is 218, green value is 205 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dacd63 hue: 0.15 , saturation: 0.62 and the lightness value of dacd63 is 0.62.

The process color (four color CMYK) of #dacd63 color hex is 0.00, 0.06, 0.55, 0.15. Web safe color of #dacd63 is #cccc66. Color #dacd63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 01100011
Octal 332 315 143
Decimal 218 205 99
Hex DA CD 63

RGB Percentages of Color #dacd63

%41.76
%39.27
%18.97

CMYK Percentages of Color #dacd63

%0
%6
%55
%15

Triadic Colors of #dacd63

#dacd63 #63dacd #cd63da

Analogous Colors of #dacd63

#dacd63 #acda63 #da9263

Monochromatic Colors of #dacd63

#dacd63

Complementary Color

#dacd63 #6370da

#dacd63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd63 Color CSS Codes

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

#dacd63 Text Font Color

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

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


#dacd63 Background Color

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

This div background color is #dacd63


#dacd63 Border Color

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

This div border color is #dacd63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd63


Comments

No comments written yet.

Please login to write comment.