Shades of Mint Julep #DFDA9B
Tints of Mint Julep #DFDA9B
RGB
CMYK
RGB Variations
Color information
#DFDA9B (or 0xDFDA9B) is known color: Mint Julep. HEX triplet: DF, DA and 9B. RGB value is (223,218,155). Sum of RGB (Red+Green+Blue) = 223+218+155=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA9B is #202564. Grayscale: #D4D4D4. Windows color (decimal): -2106725 or 10214111. OLE color: 10214111.
HSL color Cylindrical-coordinate representation of color #DFDA9B: hue angle of 55.59º 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 #DFDA9B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 155 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.13 |
| HSL | 55.59º | 0.52% | 0.74% | - |
| HSV(B) | 55.59º | 0.3% | 0.87% | - |
| XYZ | 61.42 | 68.2 | 40.94 | - |
| YUV | 212.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 155 | 0 | 0.02 | 0.30 | 0.13 | 55.59 | 0.52 | 0.74 |
| Hex | DF | DA | 9B | 0 | 2 | 1E | D | 38 | 34 | 4A |
| Octal | 337 | 332 | 233 | 0 | 2 | 36 | 15 | 70 | 64 | 112 |
| Binary | 11011111 | 11011010 | 10011011 | 0 | 10 | 11110 | 1101 | 111000 | 110100 | 1001010 |
Color Harmonies of #DFDA9B
Complementary color
Monochromatic Colors of #DFDA9B
Black with #DFDA9B
Text Example
Text Example
White with #DFDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA9B; }
p { color: rgb(223,218,155); }
H1.HeaderClassName
{
color: #DFDA9B;
}
.AnyTagClassName
{
color: #DFDA9B;
}
</style>
background-color css
<style>
a { background-color: #DFDA9B; }
a { background-color: rgb(223,218,155); }
div.DivClassName
{
background-color: #DFDA9B;
}
.BgClassName
{
background-color: #DFDA9B;
}
</style>
border-color css
<style>
span { border-color: #DFDA9B; }
span { border-color: rgb(223,218,155); }
td.TdClassName
{
border-color: #DFDA9B;
}
.TagClassName
{
border-color: #DFDA9B;
}
</style>