Shades of Mindaro #DEE66C
Tints of Mindaro #DEE66C
RGB
CMYK
RGB Variations
Color information
#DEE66C (or 0xDEE66C) is known color: Mindaro. HEX triplet: DE, E6 and 6C. RGB value is (222,230,108). Sum of RGB (Red+Green+Blue) = 222+230+108=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 108 (42.58% from 255 or 19.29% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE66C is #211993. Grayscale: #D6D6D6. Windows color (decimal): -2169236 or 7136990. OLE color: 7136990.
HSL color Cylindrical-coordinate representation of color #DEE66C: hue angle of 63.93º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEE66C is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 108 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.10 |
| HSL | 63.93º | 0.71% | 0.66% | - |
| HSV(B) | 63.93º | 0.53% | 0.9% | - |
| XYZ | 61.13 | 73.21 | 25.1 | - |
| YUV | 213.7 | 68.35 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 108 | 0.03 | 0 | 0.53 | 0.10 | 63.93 | 0.71 | 0.66 |
| Hex | DE | E6 | 6C | 3 | 0 | 35 | A | 40 | 47 | 42 |
| Octal | 336 | 346 | 154 | 3 | 0 | 65 | 12 | 100 | 107 | 102 |
| Binary | 11011110 | 11100110 | 1101100 | 11 | 0 | 110101 | 1010 | 1000000 | 1000111 | 1000010 |
Color Harmonies of #DEE66C
Complementary color
Monochromatic Colors of #DEE66C
Black with #DEE66C
Text Example
Text Example
White with #DEE66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE66C; }
p { color: rgb(222,230,108); }
H1.HeaderClassName
{
color: #DEE66C;
}
.AnyTagClassName
{
color: #DEE66C;
}
</style>
background-color css
<style>
a { background-color: #DEE66C; }
a { background-color: rgb(222,230,108); }
div.DivClassName
{
background-color: #DEE66C;
}
.BgClassName
{
background-color: #DEE66C;
}
</style>
border-color css
<style>
span { border-color: #DEE66C; }
span { border-color: rgb(222,230,108); }
td.TdClassName
{
border-color: #DEE66C;
}
.TagClassName
{
border-color: #DEE66C;
}
</style>