Shades of Mindaro #DFE672
Tints of Mindaro #DFE672
RGB
CMYK
RGB Variations
Color information
#DFE672 (or 0xDFE672) is known color: Mindaro. HEX triplet: DF, E6 and 72. RGB value is (223,230,114). Sum of RGB (Red+Green+Blue) = 223+230+114=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE672 is #20198D. Grayscale: #D7D7D7. Windows color (decimal): -2103694 or 7530207. OLE color: 7530207.
HSL color Cylindrical-coordinate representation of color #DFE672: hue angle of 63.62º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFE672 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 114 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.10 |
| HSL | 63.62º | 0.7% | 0.67% | - |
| HSV(B) | 63.62º | 0.5% | 0.9% | - |
| XYZ | 61.77 | 73.5 | 26.85 | - |
| YUV | 214.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 114 | 0.03 | 0 | 0.50 | 0.10 | 63.62 | 0.7 | 0.67 |
| Hex | DF | E6 | 72 | 3 | 0 | 32 | A | 40 | 46 | 43 |
| Octal | 337 | 346 | 162 | 3 | 0 | 62 | 12 | 100 | 106 | 103 |
| Binary | 11011111 | 11100110 | 1110010 | 11 | 0 | 110010 | 1010 | 1000000 | 1000110 | 1000011 |
Color Harmonies of #DFE672
Complementary color
Monochromatic Colors of #DFE672
Black with #DFE672
Text Example
Text Example
White with #DFE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE672; }
p { color: rgb(223,230,114); }
H1.HeaderClassName
{
color: #DFE672;
}
.AnyTagClassName
{
color: #DFE672;
}
</style>
background-color css
<style>
a { background-color: #DFE672; }
a { background-color: rgb(223,230,114); }
div.DivClassName
{
background-color: #DFE672;
}
.BgClassName
{
background-color: #DFE672;
}
</style>
border-color css
<style>
span { border-color: #DFE672; }
span { border-color: rgb(223,230,114); }
td.TdClassName
{
border-color: #DFE672;
}
.TagClassName
{
border-color: #DFE672;
}
</style>