color codes Logo

#d9da4d color codes

#D9DA4D
(217,218,77)
0 Favorites   0 Comments

Color spaces of #d9da4d

RGB 21721877
HSL0.170.660.58
HSV60°65°85°
CMYK 0.000.000.65   0.15
XYZ55.026265.430316.7503
Yxy65.43030.40100.4769
Hunter Lab80.8890-20.127944.3447
CIE-Lab84.7050-17.350666.4648

#d9da4d color RGB value is (217,218,77).

#d9da4d hex color red value is 217, green value is 218 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d9da4d hue: 0.17 , saturation: 0.66 and the lightness value of d9da4d is 0.58.

The process color (four color CMYK) of #d9da4d color code is 0.00, 0.00, 0.65, 0.15. Web safe color of #d9da4d is #cccc66. Color #d9da4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011010 01001101
Octal 331 332 115
Decimal 217 218 77
Hex D9 DA 4D

RGB Percentages of Color #d9da4d

%42.38
%42.58
%15.04

CMYK Percentages of Color #d9da4d

%0
%0
%65
%15

Triadic Colors of #d9da4d

#d9da4d #4dd9da #da4dd9

Analogous Colors of #d9da4d

#d9da4d #93da4d #da954d

Monochromatic Colors of #d9da4d

#d9da4d

Complementary Color

#d9da4d #4e4dda

#d9da4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9da4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9da4d Color CSS Codes

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

#d9da4d Text Font Color

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

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


#d9da4d Background Color

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

This div background color is #d9da4d


#d9da4d Border Color

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

This div border color is #d9da4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9da4d


Comments

No comments written yet.

Please login to write comment.