Shades of Mindaro #DBE973
Tints of Mindaro #DBE973
RGB
CMYK
RGB Variations
Color information
#DBE973 (or 0xDBE973) is known color: Mindaro. HEX triplet: DB, E9 and 73. RGB value is (219,233,115). Sum of RGB (Red+Green+Blue) = 219+233+115=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE973 is #24168C. Grayscale: #D7D7D7. Windows color (decimal): -2365069 or 7596507. OLE color: 7596507.
HSL color Cylindrical-coordinate representation of color #DBE973: hue angle of 67.12º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBE973 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 115 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.09 |
| HSL | 67.12º | 0.73% | 0.68% | - |
| HSV(B) | 67.12º | 0.51% | 0.91% | - |
| XYZ | 61.45 | 74.58 | 27.38 | - |
| YUV | 215.36 | 71.36 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 115 | 0.06 | 0 | 0.51 | 0.09 | 67.12 | 0.73 | 0.68 |
| Hex | DB | E9 | 73 | 6 | 0 | 33 | 9 | 43 | 49 | 44 |
| Octal | 333 | 351 | 163 | 6 | 0 | 63 | 11 | 103 | 111 | 104 |
| Binary | 11011011 | 11101001 | 1110011 | 110 | 0 | 110011 | 1001 | 1000011 | 1001001 | 1000100 |
Color Harmonies of #DBE973
Complementary color
Monochromatic Colors of #DBE973
Black with #DBE973
Text Example
Text Example
White with #DBE973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE973; }
p { color: rgb(219,233,115); }
H1.HeaderClassName
{
color: #DBE973;
}
.AnyTagClassName
{
color: #DBE973;
}
</style>
background-color css
<style>
a { background-color: #DBE973; }
a { background-color: rgb(219,233,115); }
div.DivClassName
{
background-color: #DBE973;
}
.BgClassName
{
background-color: #DBE973;
}
</style>
border-color css
<style>
span { border-color: #DBE973; }
span { border-color: rgb(219,233,115); }
td.TdClassName
{
border-color: #DBE973;
}
.TagClassName
{
border-color: #DBE973;
}
</style>