Shades of Mindaro #DBE463
Tints of Mindaro #DBE463
RGB
CMYK
RGB Variations
Color information
#DBE463 (or 0xDBE463) is known color: Mindaro. HEX triplet: DB, E4 and 63. RGB value is (219,228,99). Sum of RGB (Red+Green+Blue) = 219+228+99=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE463 is #241B9C. Grayscale: #D3D3D3. Windows color (decimal): -2366365 or 6546651. OLE color: 6546651.
HSL color Cylindrical-coordinate representation of color #DBE463: hue angle of 64.19º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBE463 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 99 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.11 |
| HSL | 64.19º | 0.7% | 0.64% | - |
| HSV(B) | 64.19º | 0.57% | 0.89% | - |
| XYZ | 59.21 | 71.45 | 22.47 | - |
| YUV | 210.6 | 65.02 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 99 | 0.04 | 0 | 0.57 | 0.11 | 64.19 | 0.7 | 0.64 |
| Hex | DB | E4 | 63 | 4 | 0 | 39 | B | 40 | 46 | 40 |
| Octal | 333 | 344 | 143 | 4 | 0 | 71 | 13 | 100 | 106 | 100 |
| Binary | 11011011 | 11100100 | 1100011 | 100 | 0 | 111001 | 1011 | 1000000 | 1000110 | 1000000 |
Color Harmonies of #DBE463
Complementary color
Monochromatic Colors of #DBE463
Black with #DBE463
Text Example
Text Example
White with #DBE463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE463; }
p { color: rgb(219,228,99); }
H1.HeaderClassName
{
color: #DBE463;
}
.AnyTagClassName
{
color: #DBE463;
}
</style>
background-color css
<style>
a { background-color: #DBE463; }
a { background-color: rgb(219,228,99); }
div.DivClassName
{
background-color: #DBE463;
}
.BgClassName
{
background-color: #DBE463;
}
</style>
border-color css
<style>
span { border-color: #DBE463; }
span { border-color: rgb(219,228,99); }
td.TdClassName
{
border-color: #DBE463;
}
.TagClassName
{
border-color: #DBE463;
}
</style>