#D9D3AA

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

Shades of Mint Julep #D9D3AA

Tints of Mint Julep #D9D3AA

Color information

#D9D3AA (or 0xD9D3AA) is unknown color: approx Mint Julep. HEX triplet: D9, D3 and AA. RGB value is (217,211,170). Sum of RGB (Red+Green+Blue) = 217+211+170=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D3AA is #262C55. Grayscale: #D0D0D0. Windows color (decimal): -2501718 or 11195353. OLE color: 11195353.

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

Color convert

RGB217211170-
CMYK00.030.220.15
HSL52.34º38.21%75.88%-
HSV(B)52.34º21.66%85.1%-
XYZ59.1764.2447.31-
YUV208.12106.49134.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 211 (82.81% from 255) = 35.28%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=36.29%
G=35.28%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721117000.030.220.1552.3438.2175.88
HexD9D3AA0316F34264c
Octal3313232520326176446114
Binary1101100111010011101010100111011011111101001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D3AA; }

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

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

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

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

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

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

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

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