Shades of Mint Julep #DFDB9F
Tints of Mint Julep #DFDB9F
RGB
CMYK
RGB Variations
Color information
#DFDB9F (or 0xDFDB9F) is known color: Mint Julep. HEX triplet: DF, DB and 9F. RGB value is (223,219,159). Sum of RGB (Red+Green+Blue) = 223+219+159=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB9F is #202460. Grayscale: #D5D5D5. Windows color (decimal): -2106465 or 10476511. OLE color: 10476511.
HSL color Cylindrical-coordinate representation of color #DFDB9F: hue angle of 56.25º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFDB9F is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 219 | 159 | - |
CMYK | 0 | 0.02 | 0.29 | 0.13 |
HSL | 56.25º | 0.5% | 0.75% | - |
HSV(B) | 56.25º | 0.29% | 0.87% | - |
XYZ | 62.02 | 68.85 | 42.82 | - |
YUV | 213.36 | 97.33 | 134.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 159 | 0 | 0.02 | 0.29 | 0.13 | 56.25 | 0.5 | 0.75 |
Hex | DF | DB | 9F | 0 | 2 | 1D | D | 38 | 32 | 4B |
Octal | 337 | 333 | 237 | 0 | 2 | 35 | 15 | 70 | 62 | 113 |
Binary | 11011111 | 11011011 | 10011111 | 0 | 10 | 11101 | 1101 | 111000 | 110010 | 1001011 |
Color Harmonies of #DFDB9F
Complementary color
Monochromatic Colors of #DFDB9F
Black with #DFDB9F
Text Example
Text Example
White with #DFDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB9F; }
p { color: rgb(223,219,159); }
H1.HeaderClassName
{
color: #DFDB9F;
}
.AnyTagClassName
{
color: #DFDB9F;
}
</style>
background-color css
<style>
a { background-color: #DFDB9F; }
a { background-color: rgb(223,219,159); }
div.DivClassName
{
background-color: #DFDB9F;
}
.BgClassName
{
background-color: #DFDB9F;
}
</style>
border-color css
<style>
span { border-color: #DFDB9F; }
span { border-color: rgb(223,219,159); }
td.TdClassName
{
border-color: #DFDB9F;
}
.TagClassName
{
border-color: #DFDB9F;
}
</style>