#D9D3A4

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

Shades of Mint Julep #D9D3A4

Tints of Mint Julep #D9D3A4

Color information

#D9D3A4 (or 0xD9D3A4) is unknown color: approx Mint Julep. HEX triplet: D9, D3 and A4. RGB value is (217,211,164). Sum of RGB (Red+Green+Blue) = 217+211+164=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D3A4 is #262C5B. Grayscale: #CFCFCF. Windows color (decimal): -2501724 or 10802137. OLE color: 10802137.

HSL color Cylindrical-coordinate representation of color #D9D3A4: hue angle of 53.21º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9D3A4 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB217211164-
CMYK00.030.240.15
HSL53.21º41.09%74.71%-
HSV(B)53.21º24.42%85.1%-
XYZ58.6164.0244.39-
YUV207.44103.49134.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 211 (82.81% from 255) = 35.64%
BLUE value IS 164 (64.45% from 255) = 27.70%
R=36.66%
G=35.64%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721116400.030.240.1553.2141.0974.71
HexD9D3A40318F35294b
Octal3313232440330176551113
Binary1101100111010011101001000111100011111101011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D3A4; }

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

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

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

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

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

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

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

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