Shades of Mint Julep #DFD69B
Tints of Mint Julep #DFD69B
RGB
CMYK
RGB Variations
Color information
#DFD69B (or 0xDFD69B) is known color: Mint Julep. HEX triplet: DF, D6 and 9B. RGB value is (223,214,155). Sum of RGB (Red+Green+Blue) = 223+214+155=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD69B is #202964. Grayscale: #D2D2D2. Windows color (decimal): -2107749 or 10213087. OLE color: 10213087.
HSL color Cylindrical-coordinate representation of color #DFD69B: hue angle of 52.06º 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 #DFD69B is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 155 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.13 |
| HSL | 52.06º | 0.52% | 0.74% | - |
| HSV(B) | 52.06º | 0.3% | 0.87% | - |
| XYZ | 60.39 | 66.15 | 40.6 | - |
| YUV | 209.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 155 | 0 | 0.04 | 0.30 | 0.13 | 52.06 | 0.52 | 0.74 |
| Hex | DF | D6 | 9B | 0 | 4 | 1E | D | 34 | 34 | 4A |
| Octal | 337 | 326 | 233 | 0 | 4 | 36 | 15 | 64 | 64 | 112 |
| Binary | 11011111 | 11010110 | 10011011 | 0 | 100 | 11110 | 1101 | 110100 | 110100 | 1001010 |
Color Harmonies of #DFD69B
Complementary color
Monochromatic Colors of #DFD69B
Black with #DFD69B
Text Example
Text Example
White with #DFD69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD69B; }
p { color: rgb(223,214,155); }
H1.HeaderClassName
{
color: #DFD69B;
}
.AnyTagClassName
{
color: #DFD69B;
}
</style>
background-color css
<style>
a { background-color: #DFD69B; }
a { background-color: rgb(223,214,155); }
div.DivClassName
{
background-color: #DFD69B;
}
.BgClassName
{
background-color: #DFD69B;
}
</style>
border-color css
<style>
span { border-color: #DFD69B; }
span { border-color: rgb(223,214,155); }
td.TdClassName
{
border-color: #DFD69B;
}
.TagClassName
{
border-color: #DFD69B;
}
</style>