#DBD99C

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

Shades of Mint Julep #DBD99C

Tints of Mint Julep #DBD99C

Color information

#DBD99C (or 0xDBD99C) is unknown color: approx Mint Julep. HEX triplet: DB, D9 and 9C. RGB value is (219,217,156). Sum of RGB (Red+Green+Blue) = 219+217+156=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 156 (61.33% from 255 or 26.35% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD99C is #242663. Grayscale: #D2D2D2. Windows color (decimal): -2369124 or 10279387. OLE color: 10279387.

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

Color convert

RGB219217156-
CMYK00.010.290.14
HSL58.1º46.67%73.53%-
HSV(B)58.1º28.77%85.88%-
XYZ60.0367.0941.24-
YUV210.6497.16133.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 156 (61.33% from 255) = 26.35%
R=36.99%
G=36.66%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921715600.010.290.1458.146.6773.53
HexDBD99C011DE3a2f4a
Octal3333312340135167257112
Binary110110111101100110011100011110111101110101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD99C; }

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

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

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

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

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

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

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

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