#D6D5A1

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

Shades of Mint Julep #D6D5A1

Tints of Mint Julep #D6D5A1

Color information

#D6D5A1 (or 0xD6D5A1) is unknown color: approx Mint Julep. HEX triplet: D6, D5 and A1. RGB value is (214,213,161). Sum of RGB (Red+Green+Blue) = 214+213+161=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D5A1 is #292A5E. Grayscale: #CFCFCF. Windows color (decimal): -2697823 or 10606038. OLE color: 10606038.

HSL color Cylindrical-coordinate representation of color #D6D5A1: hue angle of 58.87º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6D5A1 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB214213161-
CMYK00.000.250.16
HSL58.87º39.26%73.53%-
HSV(B)58.87º24.77%83.92%-
XYZ57.9664.4643.11-
YUV207.37101.83132.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 213 (83.59% from 255) = 36.22%
BLUE value IS 161 (63.28% from 255) = 27.38%
R=36.39%
G=36.22%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421316100.000.250.1658.8739.2673.53
HexD6D5A10019103b274a
Octal3263252410031207347112
Binary1101011011010101101000010011001100001110111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5A1; }

 p { color: rgb(214,213,161); }

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

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

 a { background-color: rgb(214,213,161); }

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

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

 span { border-color: rgb(214,213,161); }

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