Shades of Mindaro #DBE371
Tints of Mindaro #DBE371
RGB
CMYK
RGB Variations
Color information
#DBE371 (or 0xDBE371) is known color: Mindaro. HEX triplet: DB, E3 and 71. RGB value is (219,227,113). Sum of RGB (Red+Green+Blue) = 219+227+113=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE371 is #241C8E. Grayscale: #D4D4D4. Windows color (decimal): -2366607 or 7463899. OLE color: 7463899.
HSL color Cylindrical-coordinate representation of color #DBE371: hue angle of 64.21º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBE371 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 113 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.11 |
| HSL | 64.21º | 0.67% | 0.67% | - |
| HSV(B) | 64.21º | 0.5% | 0.89% | - |
| XYZ | 59.66 | 71.19 | 26.22 | - |
| YUV | 211.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 113 | 0.04 | 0 | 0.50 | 0.11 | 64.21 | 0.67 | 0.67 |
| Hex | DB | E3 | 71 | 4 | 0 | 32 | B | 40 | 43 | 43 |
| Octal | 333 | 343 | 161 | 4 | 0 | 62 | 13 | 100 | 103 | 103 |
| Binary | 11011011 | 11100011 | 1110001 | 100 | 0 | 110010 | 1011 | 1000000 | 1000011 | 1000011 |
Color Harmonies of #DBE371
Complementary color
Monochromatic Colors of #DBE371
Black with #DBE371
Text Example
Text Example
White with #DBE371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE371; }
p { color: rgb(219,227,113); }
H1.HeaderClassName
{
color: #DBE371;
}
.AnyTagClassName
{
color: #DBE371;
}
</style>
background-color css
<style>
a { background-color: #DBE371; }
a { background-color: rgb(219,227,113); }
div.DivClassName
{
background-color: #DBE371;
}
.BgClassName
{
background-color: #DBE371;
}
</style>
border-color css
<style>
span { border-color: #DBE371; }
span { border-color: rgb(219,227,113); }
td.TdClassName
{
border-color: #DBE371;
}
.TagClassName
{
border-color: #DBE371;
}
</style>