#D8D5AD

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

Shades of Mint Julep #D8D5AD

Tints of Mint Julep #D8D5AD

Color information

#D8D5AD (or 0xD8D5AD) is unknown color: approx Mint Julep. HEX triplet: D8, D5 and AD. RGB value is (216,213,173). Sum of RGB (Red+Green+Blue) = 216+213+173=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D5AD is #272A52. Grayscale: #D1D1D1. Windows color (decimal): -2566739 or 11392472. OLE color: 11392472.

HSL color Cylindrical-coordinate representation of color #D8D5AD: hue angle of 55.81º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8D5AD is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB216213173-
CMYK00.010.200.15
HSL55.81º35.54%76.27%-
HSV(B)55.81º19.91%84.71%-
XYZ59.6665.248.98-
YUV209.34107.49132.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.88%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=35.88%
G=35.38%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621317300.010.200.1555.8135.5476.27
HexD8D5AD0114F38244c
Octal3303252550124177044114
Binary110110001101010110101101011010011111110001001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D5AD; }

 p { color: rgb(216,213,173); }

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

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

 a { background-color: rgb(216,213,173); }

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

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

 span { border-color: rgb(216,213,173); }

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