Shades of Mindaro #DBE961
Tints of Mindaro #DBE961
RGB
CMYK
RGB Variations
Color information
#DBE961 (or 0xDBE961) is known color: Mindaro. HEX triplet: DB, E9 and 61. RGB value is (219,233,97). Sum of RGB (Red+Green+Blue) = 219+233+97=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE961 is #24169E. Grayscale: #D5D5D5. Windows color (decimal): -2365087 or 6416859. OLE color: 6416859.
HSL color Cylindrical-coordinate representation of color #DBE961: hue angle of 66.18º degrees, saturation: 0.76, 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 #DBE961 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 97 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.09 |
| HSL | 66.18º | 0.76% | 0.65% | - |
| HSV(B) | 66.18º | 0.58% | 0.91% | - |
| XYZ | 60.51 | 74.2 | 22.44 | - |
| YUV | 213.31 | 62.36 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 97 | 0.06 | 0 | 0.58 | 0.09 | 66.18 | 0.76 | 0.65 |
| Hex | DB | E9 | 61 | 6 | 0 | 3A | 9 | 42 | 4C | 41 |
| Octal | 333 | 351 | 141 | 6 | 0 | 72 | 11 | 102 | 114 | 101 |
| Binary | 11011011 | 11101001 | 1100001 | 110 | 0 | 111010 | 1001 | 1000010 | 1001100 | 1000001 |
Color Harmonies of #DBE961
Complementary color
Monochromatic Colors of #DBE961
Black with #DBE961
Text Example
Text Example
White with #DBE961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE961; }
p { color: rgb(219,233,97); }
H1.HeaderClassName
{
color: #DBE961;
}
.AnyTagClassName
{
color: #DBE961;
}
</style>
background-color css
<style>
a { background-color: #DBE961; }
a { background-color: rgb(219,233,97); }
div.DivClassName
{
background-color: #DBE961;
}
.BgClassName
{
background-color: #DBE961;
}
</style>
border-color css
<style>
span { border-color: #DBE961; }
span { border-color: rgb(219,233,97); }
td.TdClassName
{
border-color: #DBE961;
}
.TagClassName
{
border-color: #DBE961;
}
</style>