#D9DAA0

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

Shades of Mint Julep #D9DAA0

Tints of Mint Julep #D9DAA0

Color information

#D9DAA0 (or 0xD9DAA0) is unknown color: approx Mint Julep. HEX triplet: D9, DA and A0. RGB value is (217,218,160). Sum of RGB (Red+Green+Blue) = 217+218+160=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DAA0 is #26255F. Grayscale: #D3D3D3. Windows color (decimal): -2499936 or 10541785. OLE color: 10541785.

HSL color Cylindrical-coordinate representation of color #D9DAA0: hue angle of 61.03º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9DAA0 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217218160-
CMYK0.0000.270.15
HSL61.03º43.94%74.12%-
HSV(B)61.03º26.61%85.49%-
XYZ60.0367.4343.11-
YUV211.0999.17132.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.47%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 160 (62.89% from 255) = 26.89%
R=36.47%
G=36.64%
B=26.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172181600.0000.270.1561.0343.9474.12
HexD9DAA0001BF3d2c4a
Octal3313322400033177554112
Binary110110011101101010100000001101111111111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAA0; }

 p { color: rgb(217,218,160); }

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

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

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

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

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

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

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