#DBD9AE

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

Shades of Mint Julep #DBD9AE

Tints of Mint Julep #DBD9AE

Color information

#DBD9AE (or 0xDBD9AE) is unknown color: approx Mint Julep. HEX triplet: DB, D9 and AE. RGB value is (219,217,174). Sum of RGB (Red+Green+Blue) = 219+217+174=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD9AE is #242651. Grayscale: #D4D4D4. Windows color (decimal): -2369106 or 11459035. OLE color: 11459035.

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

Color convert

RGB219217174-
CMYK00.010.210.14
HSL57.33º38.46%77.06%-
HSV(B)57.33º20.55%85.88%-
XYZ61.6767.7449.87-
YUV212.7106.16132.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 217 (85.16% from 255) = 35.57%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=35.90%
G=35.57%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921717400.010.210.1457.3338.4677.06
HexDBD9AE0115E39264d
Octal3333312560125167146115
Binary110110111101100110101110011010111101110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9AE; }

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

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

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

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

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

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

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

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