Shades of Mindaro #DEEB6C
Tints of Mindaro #DEEB6C
RGB
CMYK
RGB Variations
Color information
#DEEB6C (or 0xDEEB6C) is known color: Mindaro. HEX triplet: DE, EB and 6C. RGB value is (222,235,108). Sum of RGB (Red+Green+Blue) = 222+235+108=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEB6C is #211493. Grayscale: #D9D9D9. Windows color (decimal): -2167956 or 7138270. OLE color: 7138270.
HSL color Cylindrical-coordinate representation of color #DEEB6C: hue angle of 66.14º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEEB6C is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 108 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.08 |
| HSL | 66.14º | 0.76% | 0.67% | - |
| HSV(B) | 66.14º | 0.54% | 0.92% | - |
| XYZ | 62.54 | 76.03 | 25.57 | - |
| YUV | 216.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 108 | 0.06 | 0 | 0.54 | 0.08 | 66.14 | 0.76 | 0.67 |
| Hex | DE | EB | 6C | 6 | 0 | 36 | 8 | 42 | 4C | 43 |
| Octal | 336 | 353 | 154 | 6 | 0 | 66 | 10 | 102 | 114 | 103 |
| Binary | 11011110 | 11101011 | 1101100 | 110 | 0 | 110110 | 1000 | 1000010 | 1001100 | 1000011 |
Color Harmonies of #DEEB6C
Complementary color
Monochromatic Colors of #DEEB6C
Black with #DEEB6C
Text Example
Text Example
White with #DEEB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB6C; }
p { color: rgb(222,235,108); }
H1.HeaderClassName
{
color: #DEEB6C;
}
.AnyTagClassName
{
color: #DEEB6C;
}
</style>
background-color css
<style>
a { background-color: #DEEB6C; }
a { background-color: rgb(222,235,108); }
div.DivClassName
{
background-color: #DEEB6C;
}
.BgClassName
{
background-color: #DEEB6C;
}
</style>
border-color css
<style>
span { border-color: #DEEB6C; }
span { border-color: rgb(222,235,108); }
td.TdClassName
{
border-color: #DEEB6C;
}
.TagClassName
{
border-color: #DEEB6C;
}
</style>