Shades of Mindaro #DBE963
Tints of Mindaro #DBE963
RGB
CMYK
RGB Variations
Color information
#DBE963 (or 0xDBE963) is known color: Mindaro. HEX triplet: DB, E9 and 63. RGB value is (219,233,99). Sum of RGB (Red+Green+Blue) = 219+233+99=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE963 is #24169C. Grayscale: #D6D6D6. Windows color (decimal): -2365085 or 6547931. OLE color: 6547931.
HSL color Cylindrical-coordinate representation of color #DBE963: hue angle of 66.27º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBE963 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 99 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.09 |
| HSL | 66.27º | 0.75% | 0.65% | - |
| HSV(B) | 66.27º | 0.58% | 0.91% | - |
| XYZ | 60.6 | 74.24 | 22.94 | - |
| YUV | 213.54 | 63.36 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 99 | 0.06 | 0 | 0.58 | 0.09 | 66.27 | 0.75 | 0.65 |
| Hex | DB | E9 | 63 | 6 | 0 | 3A | 9 | 42 | 4B | 41 |
| Octal | 333 | 351 | 143 | 6 | 0 | 72 | 11 | 102 | 113 | 101 |
| Binary | 11011011 | 11101001 | 1100011 | 110 | 0 | 111010 | 1001 | 1000010 | 1001011 | 1000001 |
Color Harmonies of #DBE963
Complementary color
Monochromatic Colors of #DBE963
Black with #DBE963
Text Example
Text Example
White with #DBE963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE963; }
p { color: rgb(219,233,99); }
H1.HeaderClassName
{
color: #DBE963;
}
.AnyTagClassName
{
color: #DBE963;
}
</style>
background-color css
<style>
a { background-color: #DBE963; }
a { background-color: rgb(219,233,99); }
div.DivClassName
{
background-color: #DBE963;
}
.BgClassName
{
background-color: #DBE963;
}
</style>
border-color css
<style>
span { border-color: #DBE963; }
span { border-color: rgb(219,233,99); }
td.TdClassName
{
border-color: #DBE963;
}
.TagClassName
{
border-color: #DBE963;
}
</style>