#D5D1A4

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

Shades of Mint Julep #D5D1A4

Tints of Mint Julep #D5D1A4

Color information

#D5D1A4 (or 0xD5D1A4) is unknown color: approx Mint Julep. HEX triplet: D5, D1 and A4. RGB value is (213,209,164). Sum of RGB (Red+Green+Blue) = 213+209+164=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D1A4 is #2A2E5B. Grayscale: #CDCDCD. Windows color (decimal): -2764380 or 10801621. OLE color: 10801621.

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

Color convert

RGB213209164-
CMYK00.020.230.16
HSL55.1º36.84%73.92%-
HSV(B)55.1º23%83.53%-
XYZ56.9462.4344.17-
YUV205.07104.83133.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 209 (82.03% from 255) = 35.67%
BLUE value IS 164 (64.45% from 255) = 27.99%
R=36.35%
G=35.67%
B=27.99%

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
Decimal21320916400.020.230.1655.136.8473.92
HexD5D1A402171037254a
Octal3253212440227206745112
Binary11010101110100011010010001010111100001101111001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D1A4; }

 p { color: rgb(213,209,164); }

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

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

 a { background-color: rgb(213,209,164); }

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

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

 span { border-color: rgb(213,209,164); }

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