#D8D3AA

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

Shades of Mint Julep #D8D3AA

Tints of Mint Julep #D8D3AA

Color information

#D8D3AA (or 0xD8D3AA) is unknown color: approx Mint Julep. HEX triplet: D8, D3 and AA. RGB value is (216,211,170). Sum of RGB (Red+Green+Blue) = 216+211+170=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D3AA is #272C55. Grayscale: #CFCFCF. Windows color (decimal): -2567254 or 11195352. OLE color: 11195352.

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

Color convert

RGB216211170-
CMYK00.020.210.15
HSL53.48º37.1%75.69%-
HSV(B)53.48º21.3%84.71%-
XYZ58.8764.0947.3-
YUV207.82106.66133.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.18%
GREEN value IS 211 (82.81% from 255) = 35.34%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=36.18%
G=35.34%
B=28.48%

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
Decimal21621117000.020.210.1553.4837.175.69
HexD8D3AA0215F35254c
Octal3303232520225176545114
Binary1101100011010011101010100101010111111101011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D3AA; }

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

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

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

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

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

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

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

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