Shades of Mindaro #DFE86D
Tints of Mindaro #DFE86D
RGB
CMYK
RGB Variations
Color information
#DFE86D (or 0xDFE86D) is known color: Mindaro. HEX triplet: DF, E8 and 6D. RGB value is (223,232,109). Sum of RGB (Red+Green+Blue) = 223+232+109=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE86D is #201792. Grayscale: #D7D7D7. Windows color (decimal): -2103187 or 7203039. OLE color: 7203039.
HSL color Cylindrical-coordinate representation of color #DFE86D: hue angle of 64.39º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFE86D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 109 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.09 |
| HSL | 64.39º | 0.73% | 0.67% | - |
| HSV(B) | 64.39º | 0.53% | 0.91% | - |
| XYZ | 62.05 | 74.51 | 25.58 | - |
| YUV | 215.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 109 | 0.04 | 0 | 0.53 | 0.09 | 64.39 | 0.73 | 0.67 |
| Hex | DF | E8 | 6D | 4 | 0 | 35 | 9 | 40 | 49 | 43 |
| Octal | 337 | 350 | 155 | 4 | 0 | 65 | 11 | 100 | 111 | 103 |
| Binary | 11011111 | 11101000 | 1101101 | 100 | 0 | 110101 | 1001 | 1000000 | 1001001 | 1000011 |
Color Harmonies of #DFE86D
Complementary color
Monochromatic Colors of #DFE86D
Black with #DFE86D
Text Example
Text Example
White with #DFE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE86D; }
p { color: rgb(223,232,109); }
H1.HeaderClassName
{
color: #DFE86D;
}
.AnyTagClassName
{
color: #DFE86D;
}
</style>
background-color css
<style>
a { background-color: #DFE86D; }
a { background-color: rgb(223,232,109); }
div.DivClassName
{
background-color: #DFE86D;
}
.BgClassName
{
background-color: #DFE86D;
}
</style>
border-color css
<style>
span { border-color: #DFE86D; }
span { border-color: rgb(223,232,109); }
td.TdClassName
{
border-color: #DFE86D;
}
.TagClassName
{
border-color: #DFE86D;
}
</style>