#D9D5AA

Color #D9D5AA Mint Julep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Julep #D9D5AA

Tints of Mint Julep #D9D5AA

Color information

#D9D5AA (or 0xD9D5AA) is unknown color: approx Mint Julep. HEX triplet: D9, D5 and AA. RGB value is (217,213,170). Sum of RGB (Red+Green+Blue) = 217+213+170=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D5AA is #262A55. Grayscale: #D1D1D1. Windows color (decimal): -2501206 or 11195865. OLE color: 11195865.

HSL color Cylindrical-coordinate representation of color #D9D5AA: hue angle of 54.89º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9D5AA is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217213170-
CMYK00.020.220.15
HSL54.89º38.21%75.88%-
HSV(B)54.89º21.66%85.1%-
XYZ59.6765.2447.48-
YUV209.29105.83133.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 36.17%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 170 (66.80% from 255) = 28.33%
R=36.17%
G=35.5%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721317000.020.220.1554.8938.2175.88
HexD9D5AA0216F37264c
Octal3313252520226176746114
Binary1101100111010101101010100101011011111101111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D5AA; }

 p { color: rgb(217,213,170); }

 H1.HeaderClassName
 {
   color: #D9D5AA;
 }
 .AnyTagClassName
 {
   color: #D9D5AA;
 }
</style>
background-color css

<style>
 a { background-color: #D9D5AA; }

 a { background-color: rgb(217,213,170); }

 div.DivClassName
 {
   background-color: #D9D5AA;
 }
 .BgClassName
 {
   background-color: #D9D5AA;
 }
</style>
border-color css

<style>
 span { border-color: #D9D5AA; }

 span { border-color: rgb(217,213,170); }

 td.TdClassName
 {
   border-color: #D9D5AA;
 }
 .TagClassName
 {
   border-color: #D9D5AA;
 }
</style>