#D9D4AA

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

Shades of Mint Julep #D9D4AA

Tints of Mint Julep #D9D4AA

Color information

#D9D4AA (or 0xD9D4AA) is unknown color: approx Mint Julep. HEX triplet: D9, D4 and AA. RGB value is (217,212,170). Sum of RGB (Red+Green+Blue) = 217+212+170=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D4AA is #262B55. Grayscale: #D0D0D0. Windows color (decimal): -2501462 or 11195609. OLE color: 11195609.

HSL color Cylindrical-coordinate representation of color #D9D4AA: hue angle of 53.62º 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 #D9D4AA is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217212170-
CMYK00.020.220.15
HSL53.62º38.21%75.88%-
HSV(B)53.62º21.66%85.1%-
XYZ59.4164.7447.39-
YUV208.71106.16133.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.23%
GREEN value IS 212 (83.20% from 255) = 35.39%
BLUE value IS 170 (66.80% from 255) = 28.38%
R=36.23%
G=35.39%
B=28.38%

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
Decimal21721217000.020.220.1553.6238.2175.88
HexD9D4AA0216F36264c
Octal3313242520226176646114
Binary1101100111010100101010100101011011111101101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D4AA; }

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

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

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

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

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

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

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

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