Shades of Mint Julep #DBDB9C
Tints of Mint Julep #DBDB9C
RGB
CMYK
RGB Variations
Color information
#DBDB9C (or 0xDBDB9C) is known color: Mint Julep. HEX triplet: DB, DB and 9C. RGB value is (219,219,156). Sum of RGB (Red+Green+Blue) = 219+219+156=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB9C is #242463. Grayscale: #D4D4D4. Windows color (decimal): -2368612 or 10279899. OLE color: 10279899.
HSL color Cylindrical-coordinate representation of color #DBDB9C: hue angle of 60º 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 #DBDB9C is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 156 | - |
CMYK | 0 | 0 | 0.29 | 0.14 |
HSL | 60º | 0.47% | 0.74% | - |
HSV(B) | 60º | 0.29% | 0.86% | - |
XYZ | 60.55 | 68.12 | 41.41 | - |
YUV | 211.82 | 96.5 | 133.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 156 | 0 | 0 | 0.29 | 0.14 | 60 | 0.47 | 0.74 |
Hex | DB | DB | 9C | 0 | 0 | 1D | E | 3C | 2F | 4A |
Octal | 333 | 333 | 234 | 0 | 0 | 35 | 16 | 74 | 57 | 112 |
Binary | 11011011 | 11011011 | 10011100 | 0 | 0 | 11101 | 1110 | 111100 | 101111 | 1001010 |
Color Harmonies of #DBDB9C
Complementary color
Monochromatic Colors of #DBDB9C
Black with #DBDB9C
Text Example
Text Example
White with #DBDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB9C; }
p { color: rgb(219,219,156); }
H1.HeaderClassName
{
color: #DBDB9C;
}
.AnyTagClassName
{
color: #DBDB9C;
}
</style>
background-color css
<style>
a { background-color: #DBDB9C; }
a { background-color: rgb(219,219,156); }
div.DivClassName
{
background-color: #DBDB9C;
}
.BgClassName
{
background-color: #DBDB9C;
}
</style>
border-color css
<style>
span { border-color: #DBDB9C; }
span { border-color: rgb(219,219,156); }
td.TdClassName
{
border-color: #DBDB9C;
}
.TagClassName
{
border-color: #DBDB9C;
}
</style>