Shades of Mindaro #DEED6E
Tints of Mindaro #DEED6E
RGB
CMYK
RGB Variations
Color information
#DEED6E (or 0xDEED6E) is known color: Mindaro. HEX triplet: DE, ED and 6E. RGB value is (222,237,110). Sum of RGB (Red+Green+Blue) = 222+237+110=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 110 (43.36% from 255 or 19.33% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEED6E is #211291. Grayscale: #DADADA. Windows color (decimal): -2167442 or 7269854. OLE color: 7269854.
HSL color Cylindrical-coordinate representation of color #DEED6E: hue angle of 67.09º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEED6E is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 110 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.07 |
| HSL | 67.09º | 0.78% | 0.68% | - |
| HSV(B) | 67.09º | 0.54% | 0.93% | - |
| XYZ | 63.22 | 77.22 | 26.33 | - |
| YUV | 218.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 110 | 0.06 | 0 | 0.54 | 0.07 | 67.09 | 0.78 | 0.68 |
| Hex | DE | ED | 6E | 6 | 0 | 36 | 7 | 43 | 4E | 44 |
| Octal | 336 | 355 | 156 | 6 | 0 | 66 | 7 | 103 | 116 | 104 |
| Binary | 11011110 | 11101101 | 1101110 | 110 | 0 | 110110 | 111 | 1000011 | 1001110 | 1000100 |
Color Harmonies of #DEED6E
Complementary color
Monochromatic Colors of #DEED6E
Black with #DEED6E
Text Example
Text Example
White with #DEED6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED6E; }
p { color: rgb(222,237,110); }
H1.HeaderClassName
{
color: #DEED6E;
}
.AnyTagClassName
{
color: #DEED6E;
}
</style>
background-color css
<style>
a { background-color: #DEED6E; }
a { background-color: rgb(222,237,110); }
div.DivClassName
{
background-color: #DEED6E;
}
.BgClassName
{
background-color: #DEED6E;
}
</style>
border-color css
<style>
span { border-color: #DEED6E; }
span { border-color: rgb(222,237,110); }
td.TdClassName
{
border-color: #DEED6E;
}
.TagClassName
{
border-color: #DEED6E;
}
</style>