#D7D3A1

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

Shades of Mint Julep #D7D3A1

Tints of Mint Julep #D7D3A1

Color information

#D7D3A1 (or 0xD7D3A1) is unknown color: approx Mint Julep. HEX triplet: D7, D3 and A1. RGB value is (215,211,161). Sum of RGB (Red+Green+Blue) = 215+211+161=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D3A1 is #282C5E. Grayscale: #CECECE. Windows color (decimal): -2632799 or 10605527. OLE color: 10605527.

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

Color convert

RGB215211161-
CMYK00.020.250.16
HSL55.56º40.3%73.73%-
HSV(B)55.56º25.12%84.31%-
XYZ57.7563.6142.95-
YUV206.5102.33134.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 211 (82.81% from 255) = 35.95%
BLUE value IS 161 (63.28% from 255) = 27.43%
R=36.63%
G=35.95%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521116100.020.250.1655.5640.373.73
HexD7D3A102191038284a
Octal3273232410231207050112
Binary11010111110100111010000101011001100001110001010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D3A1; }

 p { color: rgb(215,211,161); }

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

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

 a { background-color: rgb(215,211,161); }

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

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

 span { border-color: rgb(215,211,161); }

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