#D9D5AE

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

Shades of Mint Julep #D9D5AE

Tints of Mint Julep #D9D5AE

Color information

#D9D5AE (or 0xD9D5AE) is unknown color: approx Mint Julep. HEX triplet: D9, D5 and AE. RGB value is (217,213,174). Sum of RGB (Red+Green+Blue) = 217+213+174=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D5AE is #262A51. Grayscale: #D1D1D1. Windows color (decimal): -2501202 or 11458009. OLE color: 11458009.

HSL color Cylindrical-coordinate representation of color #D9D5AE: hue angle of 54.42º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9D5AE is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217213174-
CMYK00.020.200.15
HSL54.42º36.13%76.67%-
HSV(B)54.42º19.82%85.1%-
XYZ60.0565.449.5-
YUV209.75107.83133.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.93%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=35.93%
G=35.26%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721317400.020.200.1554.4236.1376.67
HexD9D5AE0214F36244d
Octal3313252560224176644115
Binary1101100111010101101011100101010011111101101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D5AE; }

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

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

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

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

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

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

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

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