Shades of Mindaro #DBE972
Tints of Mindaro #DBE972
RGB
CMYK
RGB Variations
Color information
#DBE972 (or 0xDBE972) is known color: Mindaro. HEX triplet: DB, E9 and 72. RGB value is (219,233,114). Sum of RGB (Red+Green+Blue) = 219+233+114=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE972 is #24168D. Grayscale: #D7D7D7. Windows color (decimal): -2365070 or 7530971. OLE color: 7530971.
HSL color Cylindrical-coordinate representation of color #DBE972: hue angle of 67.06º 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 #DBE972 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 114 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.09 |
| HSL | 67.06º | 0.73% | 0.68% | - |
| HSV(B) | 67.06º | 0.51% | 0.91% | - |
| XYZ | 61.39 | 74.55 | 27.07 | - |
| YUV | 215.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 114 | 0.06 | 0 | 0.51 | 0.09 | 67.06 | 0.73 | 0.68 |
| Hex | DB | E9 | 72 | 6 | 0 | 33 | 9 | 43 | 49 | 44 |
| Octal | 333 | 351 | 162 | 6 | 0 | 63 | 11 | 103 | 111 | 104 |
| Binary | 11011011 | 11101001 | 1110010 | 110 | 0 | 110011 | 1001 | 1000011 | 1001001 | 1000100 |
Color Harmonies of #DBE972
Complementary color
Monochromatic Colors of #DBE972
Black with #DBE972
Text Example
Text Example
White with #DBE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE972; }
p { color: rgb(219,233,114); }
H1.HeaderClassName
{
color: #DBE972;
}
.AnyTagClassName
{
color: #DBE972;
}
</style>
background-color css
<style>
a { background-color: #DBE972; }
a { background-color: rgb(219,233,114); }
div.DivClassName
{
background-color: #DBE972;
}
.BgClassName
{
background-color: #DBE972;
}
</style>
border-color css
<style>
span { border-color: #DBE972; }
span { border-color: rgb(219,233,114); }
td.TdClassName
{
border-color: #DBE972;
}
.TagClassName
{
border-color: #DBE972;
}
</style>