#D6D7A1

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

Shades of Mint Julep #D6D7A1

Tints of Mint Julep #D6D7A1

Color information

#D6D7A1 (or 0xD6D7A1) is unknown color: approx Mint Julep. HEX triplet: D6, D7 and A1. RGB value is (214,215,161). Sum of RGB (Red+Green+Blue) = 214+215+161=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D7A1 is #29285E. Grayscale: #D0D0D0. Windows color (decimal): -2697311 or 10606550. OLE color: 10606550.

HSL color Cylindrical-coordinate representation of color #D6D7A1: hue angle of 61.11º degrees, saturation: 0.4, 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 #D6D7A1 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB214215161-
CMYK0.0000.250.16
HSL61.11º40.3%73.73%-
HSV(B)61.11º25.12%84.31%-
XYZ58.4765.4743.27-
YUV208.54101.17131.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.27%
GREEN value IS 215 (84.38% from 255) = 36.44%
BLUE value IS 161 (63.28% from 255) = 27.29%
R=36.27%
G=36.44%
B=27.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142151610.0000.250.1661.1140.373.73
HexD6D7A10019103d284a
Octal3263272410031207550112
Binary1101011011010111101000010011001100001111011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D7A1; }

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

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

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

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

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

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

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

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