#D9DCA4

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

Shades of Mint Julep #D9DCA4

Tints of Mint Julep #D9DCA4

Color information

#D9DCA4 (or 0xD9DCA4) is unknown color: approx Mint Julep. HEX triplet: D9, DC and A4. RGB value is (217,220,164). Sum of RGB (Red+Green+Blue) = 217+220+164=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 164 (64.45% from 255 or 27.29% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DCA4 is #26235B. Grayscale: #D4D4D4. Windows color (decimal): -2499420 or 10804441. OLE color: 10804441.

HSL color Cylindrical-coordinate representation of color #D9DCA4: hue angle of 63.21º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9DCA4 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB217220164-
CMYK0.0100.250.14
HSL63.21º44.44%75.29%-
HSV(B)63.21º25.45%86.27%-
XYZ60.9168.6245.16-
YUV212.72100.51131.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 164 (64.45% from 255) = 27.29%
R=36.11%
G=36.61%
B=27.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201640.0100.250.1463.2144.4475.29
HexD9DCA41019E3f2c4b
Octal3313342441031167754113
Binary110110011101110010100100101100111101111111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCA4; }

 p { color: rgb(217,220,164); }

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

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

 a { background-color: rgb(217,220,164); }

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

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

 span { border-color: rgb(217,220,164); }

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