#DBD89C

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

Shades of Mint Julep #DBD89C

Tints of Mint Julep #DBD89C

Color information

#DBD89C (or 0xDBD89C) is unknown color: approx Mint Julep. HEX triplet: DB, D8 and 9C. RGB value is (219,216,156). Sum of RGB (Red+Green+Blue) = 219+216+156=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD89C is #242763. Grayscale: #D2D2D2. Windows color (decimal): -2369380 or 10279131. OLE color: 10279131.

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

Color convert

RGB219216156-
CMYK00.010.290.14
HSL57.14º46.67%73.53%-
HSV(B)57.14º28.77%85.88%-
XYZ59.7766.5741.15-
YUV210.0697.49134.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 216 (84.77% from 255) = 36.55%
BLUE value IS 156 (61.33% from 255) = 26.40%
R=37.06%
G=36.55%
B=26.40%

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
Decimal21921615600.010.290.1457.1446.6773.53
HexDBD89C011DE392f4a
Octal3333302340135167157112
Binary110110111101100010011100011110111101110011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD89C; }

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

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

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

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

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

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

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

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