#D6D2A7

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

Shades of Mint Julep #D6D2A7

Tints of Mint Julep #D6D2A7

Color information

#D6D2A7 (or 0xD6D2A7) is unknown color: approx Mint Julep. HEX triplet: D6, D2 and A7. RGB value is (214,210,167). Sum of RGB (Red+Green+Blue) = 214+210+167=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D2A7 is #292D58. Grayscale: #CECECE. Windows color (decimal): -2698585 or 10998486. OLE color: 10998486.

HSL color Cylindrical-coordinate representation of color #D6D2A7: hue angle of 54.89º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6D2A7 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214210167-
CMYK00.020.220.16
HSL54.89º36.43%74.71%-
HSV(B)54.89º21.96%83.92%-
XYZ57.7563.1845.71-
YUV206.29105.83133.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 167 (65.62% from 255) = 28.26%
R=36.21%
G=35.53%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421016700.020.220.1654.8936.4374.71
HexD6D2A702161037244b
Octal3263222470226206744113
Binary11010110110100101010011101010110100001101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D2A7; }

 p { color: rgb(214,210,167); }

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

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

 a { background-color: rgb(214,210,167); }

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

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

 span { border-color: rgb(214,210,167); }

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