Shades of Mint Julep #DFDB9B
Tints of Mint Julep #DFDB9B
RGB
CMYK
RGB Variations
Color information
#DFDB9B (or 0xDFDB9B) is known color: Mint Julep. HEX triplet: DF, DB and 9B. RGB value is (223,219,155). Sum of RGB (Red+Green+Blue) = 223+219+155=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB9B is #202464. Grayscale: #D5D5D5. Windows color (decimal): -2106469 or 10214367. OLE color: 10214367.
HSL color Cylindrical-coordinate representation of color #DFDB9B: hue angle of 56.47º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFDB9B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 155 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.13 |
| HSL | 56.47º | 0.52% | 0.74% | - |
| HSV(B) | 56.47º | 0.3% | 0.87% | - |
| XYZ | 61.68 | 68.72 | 41.02 | - |
| YUV | 212.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 155 | 0 | 0.02 | 0.30 | 0.13 | 56.47 | 0.52 | 0.74 |
| Hex | DF | DB | 9B | 0 | 2 | 1E | D | 38 | 34 | 4A |
| Octal | 337 | 333 | 233 | 0 | 2 | 36 | 15 | 70 | 64 | 112 |
| Binary | 11011111 | 11011011 | 10011011 | 0 | 10 | 11110 | 1101 | 111000 | 110100 | 1001010 |
Color Harmonies of #DFDB9B
Complementary color
Monochromatic Colors of #DFDB9B
Black with #DFDB9B
Text Example
Text Example
White with #DFDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB9B; }
p { color: rgb(223,219,155); }
H1.HeaderClassName
{
color: #DFDB9B;
}
.AnyTagClassName
{
color: #DFDB9B;
}
</style>
background-color css
<style>
a { background-color: #DFDB9B; }
a { background-color: rgb(223,219,155); }
div.DivClassName
{
background-color: #DFDB9B;
}
.BgClassName
{
background-color: #DFDB9B;
}
</style>
border-color css
<style>
span { border-color: #DFDB9B; }
span { border-color: rgb(223,219,155); }
td.TdClassName
{
border-color: #DFDB9B;
}
.TagClassName
{
border-color: #DFDB9B;
}
</style>