#D7D3A5

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

Shades of Mint Julep #D7D3A5

Tints of Mint Julep #D7D3A5

Color information

#D7D3A5 (or 0xD7D3A5) is unknown color: approx Mint Julep. HEX triplet: D7, D3 and A5. RGB value is (215,211,165). Sum of RGB (Red+Green+Blue) = 215+211+165=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D3A5 is #282C5A. Grayscale: #CFCFCF. Windows color (decimal): -2632795 or 10867671. OLE color: 10867671.

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

Color convert

RGB215211165-
CMYK00.020.230.16
HSL55.2º38.46%74.51%-
HSV(B)55.2º23.26%84.31%-
XYZ58.1163.7544.84-
YUV206.95104.33133.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.38%
GREEN value IS 211 (82.81% from 255) = 35.70%
BLUE value IS 165 (64.84% from 255) = 27.92%
R=36.38%
G=35.70%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521116500.020.230.1655.238.4674.51
HexD7D3A502171037264b
Octal3273232450227206746113
Binary11010111110100111010010101010111100001101111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D3A5; }

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

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

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

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

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

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

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

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