#DBD9A9

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

Shades of Mint Julep #DBD9A9

Tints of Mint Julep #DBD9A9

Color information

#DBD9A9 (or 0xDBD9A9) is unknown color: approx Mint Julep. HEX triplet: DB, D9 and A9. RGB value is (219,217,169). Sum of RGB (Red+Green+Blue) = 219+217+169=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD9A9 is #242656. Grayscale: #D4D4D4. Windows color (decimal): -2369111 or 11131355. OLE color: 11131355.

HSL color Cylindrical-coordinate representation of color #DBD9A9: hue angle of 57.6º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBD9A9 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB219217169-
CMYK00.010.230.14
HSL57.6º40.98%76.08%-
HSV(B)57.6º22.83%85.88%-
XYZ61.1967.5547.35-
YUV212.13103.66132.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 217 (85.16% from 255) = 35.87%
BLUE value IS 169 (66.41% from 255) = 27.93%
R=36.20%
G=35.87%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921716900.010.230.1457.640.9876.08
HexDBD9A90117E3a294c
Octal3333312510127167251114
Binary110110111101100110101001011011111101110101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9A9; }

 p { color: rgb(219,217,169); }

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

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

 a { background-color: rgb(219,217,169); }

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

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

 span { border-color: rgb(219,217,169); }

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