Shades of Mindaro #DFE569
Tints of Mindaro #DFE569
RGB
CMYK
RGB Variations
Color information
#DFE569 (or 0xDFE569) is known color: Mindaro. HEX triplet: DF, E5 and 69. RGB value is (223,229,105). Sum of RGB (Red+Green+Blue) = 223+229+105=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE569 is #201A96. Grayscale: #D5D5D5. Windows color (decimal): -2103959 or 6940127. OLE color: 6940127.
HSL color Cylindrical-coordinate representation of color #DFE569: hue angle of 62.9º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFE569 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 105 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.10 |
| HSL | 62.9º | 0.7% | 0.65% | - |
| HSV(B) | 62.9º | 0.54% | 0.9% | - |
| XYZ | 61 | 72.75 | 24.19 | - |
| YUV | 213.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 105 | 0.03 | 0 | 0.54 | 0.10 | 62.9 | 0.7 | 0.65 |
| Hex | DF | E5 | 69 | 3 | 0 | 36 | A | 3F | 46 | 41 |
| Octal | 337 | 345 | 151 | 3 | 0 | 66 | 12 | 77 | 106 | 101 |
| Binary | 11011111 | 11100101 | 1101001 | 11 | 0 | 110110 | 1010 | 111111 | 1000110 | 1000001 |
Color Harmonies of #DFE569
Complementary color
Monochromatic Colors of #DFE569
Black with #DFE569
Text Example
Text Example
White with #DFE569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE569; }
p { color: rgb(223,229,105); }
H1.HeaderClassName
{
color: #DFE569;
}
.AnyTagClassName
{
color: #DFE569;
}
</style>
background-color css
<style>
a { background-color: #DFE569; }
a { background-color: rgb(223,229,105); }
div.DivClassName
{
background-color: #DFE569;
}
.BgClassName
{
background-color: #DFE569;
}
</style>
border-color css
<style>
span { border-color: #DFE569; }
span { border-color: rgb(223,229,105); }
td.TdClassName
{
border-color: #DFE569;
}
.TagClassName
{
border-color: #DFE569;
}
</style>