Color Hex Logo

#d9da8d Color Hex

#D9DA8D
(217,218,141)
0 Favorites   0 Comments

Color spaces of #d9da8d

RGB 217218141
HSL0.170.510.70
HSV61°35°85°
CMYK 0.000.000.35   0.15
XYZ58.494466.817635.0134
Yxy66.81760.36480.4168
Hunter Lab81.7420-15.314431.8231
CIE-Lab85.4118-11.819737.8266

#d9da8d color RGB value is (217,218,141).

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

The process color (four color CMYK) of #d9da8d color hex is 0.00, 0.00, 0.35, 0.15. Web safe color of #d9da8d is #cccc99. Color #d9da8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011010 10001101
Octal 331 332 215
Decimal 217 218 141
Hex D9 DA 8D

RGB Percentages of Color #d9da8d

%37.67
%37.85
%24.48

CMYK Percentages of Color #d9da8d

%0
%0
%35
%15

Triadic Colors of #d9da8d

#d9da8d #8dd9da #da8dd9

Analogous Colors of #d9da8d

#d9da8d #b3da8d #dab58d

Monochromatic Colors of #d9da8d

#d9da8d

Complementary Color

#d9da8d #8e8dda

#d9da8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9da8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9da8d Color CSS Codes

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

#d9da8d Text Font Color

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

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


#d9da8d Background Color

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

This div background color is #d9da8d


#d9da8d Border Color

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

This div border color is #d9da8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9da8d


Comments

No comments written yet.

Please login to write comment.