Shades of Mindaro #DFE975
Tints of Mindaro #DFE975
RGB
CMYK
RGB Variations
Color information
#DFE975 (or 0xDFE975) is known color: Mindaro. HEX triplet: DF, E9 and 75. RGB value is (223,233,117). Sum of RGB (Red+Green+Blue) = 223+233+117=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE975 is #20168A. Grayscale: #D9D9D9. Windows color (decimal): -2102923 or 7727583. OLE color: 7727583.
HSL color Cylindrical-coordinate representation of color #DFE975: hue angle of 65.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFE975 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 117 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.09 |
| HSL | 65.17º | 0.73% | 0.69% | - |
| HSV(B) | 65.17º | 0.5% | 0.91% | - |
| XYZ | 62.78 | 75.25 | 28.05 | - |
| YUV | 216.79 | 71.69 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 117 | 0.04 | 0 | 0.50 | 0.09 | 65.17 | 0.73 | 0.69 |
| Hex | DF | E9 | 75 | 4 | 0 | 32 | 9 | 41 | 48 | 45 |
| Octal | 337 | 351 | 165 | 4 | 0 | 62 | 11 | 101 | 110 | 105 |
| Binary | 11011111 | 11101001 | 1110101 | 100 | 0 | 110010 | 1001 | 1000001 | 1001000 | 1000101 |
Color Harmonies of #DFE975
Complementary color
Monochromatic Colors of #DFE975
Black with #DFE975
Text Example
Text Example
White with #DFE975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE975; }
p { color: rgb(223,233,117); }
H1.HeaderClassName
{
color: #DFE975;
}
.AnyTagClassName
{
color: #DFE975;
}
</style>
background-color css
<style>
a { background-color: #DFE975; }
a { background-color: rgb(223,233,117); }
div.DivClassName
{
background-color: #DFE975;
}
.BgClassName
{
background-color: #DFE975;
}
</style>
border-color css
<style>
span { border-color: #DFE975; }
span { border-color: rgb(223,233,117); }
td.TdClassName
{
border-color: #DFE975;
}
.TagClassName
{
border-color: #DFE975;
}
</style>