#D6D6A0

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

Shades of Mint Julep #D6D6A0

Tints of Mint Julep #D6D6A0

Color information

#D6D6A0 (or 0xD6D6A0) is unknown color: approx Mint Julep. HEX triplet: D6, D6 and A0. RGB value is (214,214,160). Sum of RGB (Red+Green+Blue) = 214+214+160=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D6A0 is #29295F. Grayscale: #D0D0D0. Windows color (decimal): -2697568 or 10540758. OLE color: 10540758.

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

Color convert

RGB214214160-
CMYK000.250.16
HSL60º39.71%73.33%-
HSV(B)60º25.23%83.92%-
XYZ58.1264.9342.73-
YUV207.84101132.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 214 (83.98% from 255) = 36.39%
BLUE value IS 160 (62.89% from 255) = 27.21%
R=36.39%
G=36.39%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214214160000.250.166039.7173.33
HexD6D6A00019103c2849
Octal3263262400031207450111
Binary1101011011010110101000000011001100001111001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D6A0; }

 p { color: rgb(214,214,160); }

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

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

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

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

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

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

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