Color Hex Logo

#dacd3d Color Hex

#DACD3D
(218,205,61)
0 Favorites   0 Comments

Color spaces of #dacd3d

RGB 21820561
HSL0.150.680.55
HSV55°72°85°
CMYK 0.000.060.72   0.15
XYZ51.587158.905013.0658
Yxy58.90500.41750.4767
Hunter Lab76.7496-14.333343.6312
CIE-Lab81.2393-11.281669.0060

#dacd3d color RGB value is (218,205,61).

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

The process color (four color CMYK) of #dacd3d color hex is 0.00, 0.06, 0.72, 0.15. Web safe color of #dacd3d is #cccc33. Color #dacd3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 00111101
Octal 332 315 75
Decimal 218 205 61
Hex DA CD 3D

RGB Percentages of Color #dacd3d

%45.04
%42.36
%12.60

CMYK Percentages of Color #dacd3d

%0
%6
%72
%15

Triadic Colors of #dacd3d

#dacd3d #3ddacd #cd3dda

Analogous Colors of #dacd3d

#dacd3d #99da3d #da7f3d

Monochromatic Colors of #dacd3d

#dacd3d

Complementary Color

#dacd3d #3d4ada

#dacd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd3d Color CSS Codes

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

#dacd3d Text Font Color

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

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


#dacd3d Background Color

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

This div background color is #dacd3d


#dacd3d Border Color

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

This div border color is #dacd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd3d


Comments

No comments written yet.

Please login to write comment.