#DBDA9E

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

Shades of Mint Julep #DBDA9E

Tints of Mint Julep #DBDA9E

Color information

#DBDA9E (or 0xDBDA9E) is unknown color: approx Mint Julep. HEX triplet: DB, DA and 9E. RGB value is (219,218,158). Sum of RGB (Red+Green+Blue) = 219+218+158=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA9E is #242561. Grayscale: #D3D3D3. Windows color (decimal): -2368866 or 10410715. OLE color: 10410715.

HSL color Cylindrical-coordinate representation of color #DBDA9E: hue angle of 59.02º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBDA9E is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB219218158-
CMYK00.000.280.14
HSL59.02º45.86%73.92%-
HSV(B)59.02º27.85%85.88%-
XYZ60.4667.6742.22-
YUV211.4697.83133.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 158 (62.11% from 255) = 26.55%
R=36.81%
G=36.64%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921815800.000.280.1459.0245.8673.92
HexDBDA9E001CE3b2e4a
Octal3333322360034167356112
Binary110110111101101010011110001110011101110111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDA9E; }

 p { color: rgb(219,218,158); }

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

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

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

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

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

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

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