#D4D3A1

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

Shades of Mint Julep #D4D3A1

Tints of Mint Julep #D4D3A1

Color information

#D4D3A1 (or 0xD4D3A1) is unknown color: approx Mint Julep. HEX triplet: D4, D3 and A1. RGB value is (212,211,161). Sum of RGB (Red+Green+Blue) = 212+211+161=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D3A1 is #2B2C5E. Grayscale: #CDCDCD. Windows color (decimal): -2829407 or 10605524. OLE color: 10605524.

HSL color Cylindrical-coordinate representation of color #D4D3A1: hue angle of 58.82º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4D3A1 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212211161-
CMYK00.000.240.17
HSL58.82º37.23%73.14%-
HSV(B)58.82º24.06%83.14%-
XYZ56.8863.1642.91-
YUV205.6102.83132.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.30%
GREEN value IS 211 (82.81% from 255) = 36.13%
BLUE value IS 161 (63.28% from 255) = 27.57%
R=36.30%
G=36.13%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221116100.000.240.1758.8237.2373.14
HexD4D3A10018113b2549
Octal3243232410030217345111
Binary1101010011010011101000010011000100011110111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D3A1; }

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

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

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

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

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

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

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

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