Shades of Mindaro #DFE96C
Tints of Mindaro #DFE96C
RGB
CMYK
RGB Variations
Color information
#DFE96C (or 0xDFE96C) is known color: Mindaro. HEX triplet: DF, E9 and 6C. RGB value is (223,233,108). Sum of RGB (Red+Green+Blue) = 223+233+108=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE96C is #201693. Grayscale: #D8D8D8. Windows color (decimal): -2102932 or 7137759. OLE color: 7137759.
HSL color Cylindrical-coordinate representation of color #DFE96C: hue angle of 64.8º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFE96C is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 108 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.09 |
| HSL | 64.8º | 0.74% | 0.67% | - |
| HSV(B) | 64.8º | 0.54% | 0.91% | - |
| XYZ | 62.28 | 75.05 | 25.39 | - |
| YUV | 215.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 108 | 0.04 | 0 | 0.54 | 0.09 | 64.8 | 0.74 | 0.67 |
| Hex | DF | E9 | 6C | 4 | 0 | 36 | 9 | 41 | 4A | 43 |
| Octal | 337 | 351 | 154 | 4 | 0 | 66 | 11 | 101 | 112 | 103 |
| Binary | 11011111 | 11101001 | 1101100 | 100 | 0 | 110110 | 1001 | 1000001 | 1001010 | 1000011 |
Color Harmonies of #DFE96C
Complementary color
Monochromatic Colors of #DFE96C
Black with #DFE96C
Text Example
Text Example
White with #DFE96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE96C; }
p { color: rgb(223,233,108); }
H1.HeaderClassName
{
color: #DFE96C;
}
.AnyTagClassName
{
color: #DFE96C;
}
</style>
background-color css
<style>
a { background-color: #DFE96C; }
a { background-color: rgb(223,233,108); }
div.DivClassName
{
background-color: #DFE96C;
}
.BgClassName
{
background-color: #DFE96C;
}
</style>
border-color css
<style>
span { border-color: #DFE96C; }
span { border-color: rgb(223,233,108); }
td.TdClassName
{
border-color: #DFE96C;
}
.TagClassName
{
border-color: #DFE96C;
}
</style>