#D9D4AC

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

Shades of Mint Julep #D9D4AC

Tints of Mint Julep #D9D4AC

Color information

#D9D4AC (or 0xD9D4AC) is unknown color: approx Mint Julep. HEX triplet: D9, D4 and AC. RGB value is (217,212,172). Sum of RGB (Red+Green+Blue) = 217+212+172=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D4AC is #262B53. Grayscale: #D1D1D1. Windows color (decimal): -2501460 or 11326681. OLE color: 11326681.

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

Color convert

RGB217212172-
CMYK00.020.210.15
HSL53.33º37.19%76.27%-
HSV(B)53.33º20.74%85.1%-
XYZ59.6164.8248.4-
YUV208.94107.16133.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 212 (83.20% from 255) = 35.27%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=36.11%
G=35.27%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721217200.020.210.1553.3337.1976.27
HexD9D4AC0215F35254c
Octal3313242540225176545114
Binary1101100111010100101011000101010111111101011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D4AC; }

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

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

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

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

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

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

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

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