#D9D5AD

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

Shades of Mint Julep #D9D5AD

Tints of Mint Julep #D9D5AD

Color information

#D9D5AD (or 0xD9D5AD) is unknown color: approx Mint Julep. HEX triplet: D9, D5 and AD. RGB value is (217,213,173). Sum of RGB (Red+Green+Blue) = 217+213+173=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D5AD is #262A52. Grayscale: #D1D1D1. Windows color (decimal): -2501203 or 11392473. OLE color: 11392473.

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

Color convert

RGB217213173-
CMYK00.020.200.15
HSL54.55º36.67%76.47%-
HSV(B)54.55º20.28%85.1%-
XYZ59.9565.3648.99-
YUV209.64107.33133.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 173 (67.97% from 255) = 28.69%
R=35.99%
G=35.32%
B=28.69%

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
Decimal21721317300.020.200.1554.5536.6776.47
HexD9D5AD0214F37254c
Octal3313252550224176745114
Binary1101100111010101101011010101010011111101111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D5AD; }

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

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

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

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

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

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

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

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