Shades of Mindaro #DBE662
Tints of Mindaro #DBE662
RGB
CMYK
RGB Variations
Color information
#DBE662 (or 0xDBE662) is known color: Mindaro. HEX triplet: DB, E6 and 62. RGB value is (219,230,98). Sum of RGB (Red+Green+Blue) = 219+230+98=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE662 is #24199D. Grayscale: #D4D4D4. Windows color (decimal): -2365854 or 6481627. OLE color: 6481627.
HSL color Cylindrical-coordinate representation of color #DBE662: hue angle of 65º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBE662 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 98 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.10 |
| HSL | 65º | 0.73% | 0.64% | - |
| HSV(B) | 65º | 0.57% | 0.9% | - |
| XYZ | 59.71 | 72.54 | 22.41 | - |
| YUV | 211.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 98 | 0.05 | 0 | 0.57 | 0.10 | 65 | 0.73 | 0.64 |
| Hex | DB | E6 | 62 | 5 | 0 | 39 | A | 41 | 49 | 40 |
| Octal | 333 | 346 | 142 | 5 | 0 | 71 | 12 | 101 | 111 | 100 |
| Binary | 11011011 | 11100110 | 1100010 | 101 | 0 | 111001 | 1010 | 1000001 | 1001001 | 1000000 |
Color Harmonies of #DBE662
Complementary color
Monochromatic Colors of #DBE662
Black with #DBE662
Text Example
Text Example
White with #DBE662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE662; }
p { color: rgb(219,230,98); }
H1.HeaderClassName
{
color: #DBE662;
}
.AnyTagClassName
{
color: #DBE662;
}
</style>
background-color css
<style>
a { background-color: #DBE662; }
a { background-color: rgb(219,230,98); }
div.DivClassName
{
background-color: #DBE662;
}
.BgClassName
{
background-color: #DBE662;
}
</style>
border-color css
<style>
span { border-color: #DBE662; }
span { border-color: rgb(219,230,98); }
td.TdClassName
{
border-color: #DBE662;
}
.TagClassName
{
border-color: #DBE662;
}
</style>