#D6D0A6

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

Shades of Mint Julep #D6D0A6

Tints of Mint Julep #D6D0A6

Color information

#D6D0A6 (or 0xD6D0A6) is unknown color: approx Mint Julep. HEX triplet: D6, D0 and A6. RGB value is (214,208,166). Sum of RGB (Red+Green+Blue) = 214+208+166=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D0A6 is #292F59. Grayscale: #CDCDCD. Windows color (decimal): -2699098 or 10932438. OLE color: 10932438.

HSL color Cylindrical-coordinate representation of color #D6D0A6: hue angle of 52.5º degrees, saturation: 0.37, 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 #D6D0A6 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214208166-
CMYK00.030.220.16
HSL52.5º36.92%74.51%-
HSV(B)52.5º22.43%83.92%-
XYZ57.1762.1645.06-
YUV205.01105.99134.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 208 (81.64% from 255) = 35.37%
BLUE value IS 166 (65.23% from 255) = 28.23%
R=36.39%
G=35.37%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420816600.030.220.1652.536.9274.51
HexD6D0A603161034254b
Octal3263202460326206445113
Binary11010110110100001010011001110110100001101001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0A6; }

 p { color: rgb(214,208,166); }

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

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

 a { background-color: rgb(214,208,166); }

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

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

 span { border-color: rgb(214,208,166); }

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