Shades of Mindaro #DFE96F
Tints of Mindaro #DFE96F
RGB
CMYK
RGB Variations
Color information
#DFE96F (or 0xDFE96F) is known color: Mindaro. HEX triplet: DF, E9 and 6F. RGB value is (223,233,111). Sum of RGB (Red+Green+Blue) = 223+233+111=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE96F is #201690. Grayscale: #D8D8D8. Windows color (decimal): -2102929 or 7334367. OLE color: 7334367.
HSL color Cylindrical-coordinate representation of color #DFE96F: hue angle of 64.92º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFE96F is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 111 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.09 |
| HSL | 64.92º | 0.73% | 0.67% | - |
| HSV(B) | 64.92º | 0.52% | 0.91% | - |
| XYZ | 62.44 | 75.11 | 26.25 | - |
| YUV | 216.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 111 | 0.04 | 0 | 0.52 | 0.09 | 64.92 | 0.73 | 0.67 |
| Hex | DF | E9 | 6F | 4 | 0 | 34 | 9 | 41 | 49 | 43 |
| Octal | 337 | 351 | 157 | 4 | 0 | 64 | 11 | 101 | 111 | 103 |
| Binary | 11011111 | 11101001 | 1101111 | 100 | 0 | 110100 | 1001 | 1000001 | 1001001 | 1000011 |
Color Harmonies of #DFE96F
Complementary color
Monochromatic Colors of #DFE96F
Black with #DFE96F
Text Example
Text Example
White with #DFE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE96F; }
p { color: rgb(223,233,111); }
H1.HeaderClassName
{
color: #DFE96F;
}
.AnyTagClassName
{
color: #DFE96F;
}
</style>
background-color css
<style>
a { background-color: #DFE96F; }
a { background-color: rgb(223,233,111); }
div.DivClassName
{
background-color: #DFE96F;
}
.BgClassName
{
background-color: #DFE96F;
}
</style>
border-color css
<style>
span { border-color: #DFE96F; }
span { border-color: rgb(223,233,111); }
td.TdClassName
{
border-color: #DFE96F;
}
.TagClassName
{
border-color: #DFE96F;
}
</style>