#D9D6AA

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

Shades of Mint Julep #D9D6AA

Tints of Mint Julep #D9D6AA

Color information

#D9D6AA (or 0xD9D6AA) is unknown color: approx Mint Julep. HEX triplet: D9, D6 and AA. RGB value is (217,214,170). Sum of RGB (Red+Green+Blue) = 217+214+170=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D6AA is #262955. Grayscale: #D2D2D2. Windows color (decimal): -2500950 or 11196121. OLE color: 11196121.

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

Color convert

RGB217214170-
CMYK00.010.220.15
HSL56.17º38.21%75.88%-
HSV(B)56.17º21.66%85.1%-
XYZ59.9265.7547.56-
YUV209.88105.49133.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=36.11%
G=35.61%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721417000.010.220.1556.1738.2175.88
HexD9D6AA0116F38264c
Octal3313262520126177046114
Binary110110011101011010101010011011011111110001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D6AA; }

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

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

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

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

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

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

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

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