Shades of Mindaro #DFEE6C
Tints of Mindaro #DFEE6C
RGB
CMYK
RGB Variations
Color information
#DFEE6C (or 0xDFEE6C) is known color: Mindaro. HEX triplet: DF, EE and 6C. RGB value is (223,238,108). Sum of RGB (Red+Green+Blue) = 223+238+108=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEE6C is #201193. Grayscale: #DBDBDB. Windows color (decimal): -2101652 or 7139039. OLE color: 7139039.
HSL color Cylindrical-coordinate representation of color #DFEE6C: hue angle of 66.92º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFEE6C is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 108 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.07 |
| HSL | 66.92º | 0.79% | 0.68% | - |
| HSV(B) | 66.92º | 0.55% | 0.93% | - |
| XYZ | 63.71 | 77.92 | 25.87 | - |
| YUV | 218.7 | 65.53 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 108 | 0.06 | 0 | 0.55 | 0.07 | 66.92 | 0.79 | 0.68 |
| Hex | DF | EE | 6C | 6 | 0 | 37 | 7 | 43 | 4F | 44 |
| Octal | 337 | 356 | 154 | 6 | 0 | 67 | 7 | 103 | 117 | 104 |
| Binary | 11011111 | 11101110 | 1101100 | 110 | 0 | 110111 | 111 | 1000011 | 1001111 | 1000100 |
Color Harmonies of #DFEE6C
Complementary color
Monochromatic Colors of #DFEE6C
Black with #DFEE6C
Text Example
Text Example
White with #DFEE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEE6C; }
p { color: rgb(223,238,108); }
H1.HeaderClassName
{
color: #DFEE6C;
}
.AnyTagClassName
{
color: #DFEE6C;
}
</style>
background-color css
<style>
a { background-color: #DFEE6C; }
a { background-color: rgb(223,238,108); }
div.DivClassName
{
background-color: #DFEE6C;
}
.BgClassName
{
background-color: #DFEE6C;
}
</style>
border-color css
<style>
span { border-color: #DFEE6C; }
span { border-color: rgb(223,238,108); }
td.TdClassName
{
border-color: #DFEE6C;
}
.TagClassName
{
border-color: #DFEE6C;
}
</style>