#D6D5A4

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

Shades of Mint Julep #D6D5A4

Tints of Mint Julep #D6D5A4

Color information

#D6D5A4 (or 0xD6D5A4) is unknown color: approx Mint Julep. HEX triplet: D6, D5 and A4. RGB value is (214,213,164). Sum of RGB (Red+Green+Blue) = 214+213+164=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D5A4 is #292A5B. Grayscale: #CFCFCF. Windows color (decimal): -2697820 or 10802646. OLE color: 10802646.

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

Color convert

RGB214213164-
CMYK00.000.230.16
HSL58.8º37.88%74.12%-
HSV(B)58.8º23.36%83.92%-
XYZ58.2364.5644.52-
YUV207.71103.33132.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 213 (83.59% from 255) = 36.04%
BLUE value IS 164 (64.45% from 255) = 27.75%
R=36.21%
G=36.04%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421316400.000.230.1658.837.8874.12
HexD6D5A40017103b264a
Octal3263252440027207346112
Binary1101011011010101101001000010111100001110111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5A4; }

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

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

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

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

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

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

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

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