#DBDC9D

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

Shades of Mint Julep #DBDC9D

Tints of Mint Julep #DBDC9D

Color information

#DBDC9D (or 0xDBDC9D) is unknown color: approx Mint Julep. HEX triplet: DB, DC and 9D. RGB value is (219,220,157). Sum of RGB (Red+Green+Blue) = 219+220+157=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC9D is #242362. Grayscale: #D4D4D4. Windows color (decimal): -2368355 or 10345691. OLE color: 10345691.

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

Color convert

RGB219220157-
CMYK0.0000.290.14
HSL60.95º47.37%73.92%-
HSV(B)60.95º28.64%86.27%-
XYZ60.8968.6841.95-
YUV212.5296.67132.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 157 (61.72% from 255) = 26.34%
R=36.74%
G=36.91%
B=26.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201570.0000.290.1460.9547.3773.92
HexDBDC9D001DE3d2f4a
Octal3333342350035167557112
Binary110110111101110010011101001110111101111011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDC9D; }

 p { color: rgb(219,220,157); }

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

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

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

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

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

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

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