#DBDBA9

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

Shades of Mint Julep #DBDBA9

Tints of Mint Julep #DBDBA9

Color information

#DBDBA9 (or 0xDBDBA9) is unknown color: approx Mint Julep. HEX triplet: DB, DB and A9. RGB value is (219,219,169). Sum of RGB (Red+Green+Blue) = 219+219+169=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 169 (66.41% from 255 or 27.84% from 607); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBA9 is #242456. Grayscale: #D5D5D5. Windows color (decimal): -2368599 or 11131867. OLE color: 11131867.

HSL color Cylindrical-coordinate representation of color #DBDBA9: hue angle of 60º 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 #DBDBA9 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB219219169-
CMYK000.230.14
HSL60º40.98%76.08%-
HSV(B)60º22.83%85.88%-
XYZ61.7168.5947.52-
YUV213.3103132.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 169 (66.41% from 255) = 27.84%
R=36.08%
G=36.08%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219169000.230.146040.9876.08
HexDBDBA90017E3c294c
Octal3333332510027167451114
Binary110110111101101110101001001011111101111001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBA9; }

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

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

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

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

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

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

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

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