Shades of Mindaro #DBE861
Tints of Mindaro #DBE861
RGB
CMYK
RGB Variations
Color information
#DBE861 (or 0xDBE861) is known color: Mindaro. HEX triplet: DB, E8 and 61. RGB value is (219,232,97). Sum of RGB (Red+Green+Blue) = 219+232+97=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE861 is #24179E. Grayscale: #D5D5D5. Windows color (decimal): -2365343 or 6416603. OLE color: 6416603.
HSL color Cylindrical-coordinate representation of color #DBE861: hue angle of 65.78º 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 #DBE861 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 97 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.09 |
| HSL | 65.78º | 0.75% | 0.65% | - |
| HSV(B) | 65.78º | 0.58% | 0.91% | - |
| XYZ | 60.23 | 73.64 | 22.35 | - |
| YUV | 212.72 | 62.69 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 97 | 0.06 | 0 | 0.58 | 0.09 | 65.78 | 0.75 | 0.65 |
| Hex | DB | E8 | 61 | 6 | 0 | 3A | 9 | 42 | 4B | 41 |
| Octal | 333 | 350 | 141 | 6 | 0 | 72 | 11 | 102 | 113 | 101 |
| Binary | 11011011 | 11101000 | 1100001 | 110 | 0 | 111010 | 1001 | 1000010 | 1001011 | 1000001 |
Color Harmonies of #DBE861
Complementary color
Monochromatic Colors of #DBE861
Black with #DBE861
Text Example
Text Example
White with #DBE861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE861; }
p { color: rgb(219,232,97); }
H1.HeaderClassName
{
color: #DBE861;
}
.AnyTagClassName
{
color: #DBE861;
}
</style>
background-color css
<style>
a { background-color: #DBE861; }
a { background-color: rgb(219,232,97); }
div.DivClassName
{
background-color: #DBE861;
}
.BgClassName
{
background-color: #DBE861;
}
</style>
border-color css
<style>
span { border-color: #DBE861; }
span { border-color: rgb(219,232,97); }
td.TdClassName
{
border-color: #DBE861;
}
.TagClassName
{
border-color: #DBE861;
}
</style>