#D9D5AC

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

Shades of Mint Julep #D9D5AC

Tints of Mint Julep #D9D5AC

Color information

#D9D5AC (or 0xD9D5AC) is unknown color: approx Mint Julep. HEX triplet: D9, D5 and AC. RGB value is (217,213,172). Sum of RGB (Red+Green+Blue) = 217+213+172=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D5AC is #262A53. Grayscale: #D1D1D1. Windows color (decimal): -2501204 or 11326937. OLE color: 11326937.

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

Color convert

RGB217213172-
CMYK00.020.210.15
HSL54.67º37.19%76.27%-
HSV(B)54.67º20.74%85.1%-
XYZ59.8665.3248.48-
YUV209.52106.83133.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=36.05%
G=35.38%
B=28.57%

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
Decimal21721317200.020.210.1554.6737.1976.27
HexD9D5AC0215F37254c
Octal3313252540225176745114
Binary1101100111010101101011000101010111111101111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D5AC; }

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

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

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

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

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

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

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

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