Shades of Mindaro #DFE86A
Tints of Mindaro #DFE86A
RGB
CMYK
RGB Variations
Color information
#DFE86A (or 0xDFE86A) is known color: Mindaro. HEX triplet: DF, E8 and 6A. RGB value is (223,232,106). Sum of RGB (Red+Green+Blue) = 223+232+106=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE86A is #201795. Grayscale: #D7D7D7. Windows color (decimal): -2103190 or 7006431. OLE color: 7006431.
HSL color Cylindrical-coordinate representation of color #DFE86A: hue angle of 64.29º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFE86A is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 106 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.09 |
| HSL | 64.29º | 0.73% | 0.66% | - |
| HSV(B) | 64.29º | 0.54% | 0.91% | - |
| XYZ | 61.89 | 74.44 | 24.74 | - |
| YUV | 214.95 | 66.52 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 106 | 0.04 | 0 | 0.54 | 0.09 | 64.29 | 0.73 | 0.66 |
| Hex | DF | E8 | 6A | 4 | 0 | 36 | 9 | 40 | 49 | 42 |
| Octal | 337 | 350 | 152 | 4 | 0 | 66 | 11 | 100 | 111 | 102 |
| Binary | 11011111 | 11101000 | 1101010 | 100 | 0 | 110110 | 1001 | 1000000 | 1001001 | 1000010 |
Color Harmonies of #DFE86A
Complementary color
Monochromatic Colors of #DFE86A
Black with #DFE86A
Text Example
Text Example
White with #DFE86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE86A; }
p { color: rgb(223,232,106); }
H1.HeaderClassName
{
color: #DFE86A;
}
.AnyTagClassName
{
color: #DFE86A;
}
</style>
background-color css
<style>
a { background-color: #DFE86A; }
a { background-color: rgb(223,232,106); }
div.DivClassName
{
background-color: #DFE86A;
}
.BgClassName
{
background-color: #DFE86A;
}
</style>
border-color css
<style>
span { border-color: #DFE86A; }
span { border-color: rgb(223,232,106); }
td.TdClassName
{
border-color: #DFE86A;
}
.TagClassName
{
border-color: #DFE86A;
}
</style>