color codes Logo

#dacd3f color codes

#DACD3F
(218,205,63)
0 Favorites   0 Comments

Color spaces of #dacd3f

RGB 21820563
HSL0.150.680.55
HSV55°71°85°
CMYK 0.000.060.71   0.15
XYZ51.642058.927013.3548
Yxy58.92700.41670.4755
Hunter Lab76.7639-14.253243.4199
CIE-Lab81.2515-11.189168.3048

#dacd3f color RGB value is (218,205,63).

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

The process color (four color CMYK) of #dacd3f color code is 0.00, 0.06, 0.71, 0.15. Web safe color of #dacd3f is #cccc33. Color #dacd3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 00111111
Octal 332 315 77
Decimal 218 205 63
Hex DA CD 3F

RGB Percentages of Color #dacd3f

%44.86
%42.18
%12.96

CMYK Percentages of Color #dacd3f

%0
%6
%71
%15

Triadic Colors of #dacd3f

#dacd3f #3fdacd #cd3fda

Analogous Colors of #dacd3f

#dacd3f #9ada3f #da803f

Monochromatic Colors of #dacd3f

#dacd3f

Complementary Color

#dacd3f #3f4cda

#dacd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd3f Color CSS Codes

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

#dacd3f Text Font Color

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

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


#dacd3f Background Color

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

This div background color is #dacd3f


#dacd3f Border Color

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

This div border color is #dacd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd3f


Comments

No comments written yet.

Please login to write comment.