Shades of Mindaro #DBE379
Tints of Mindaro #DBE379
RGB
CMYK
RGB Variations
Color information
#DBE379 (or 0xDBE379) is known color: Mindaro. HEX triplet: DB, E3 and 79. RGB value is (219,227,121). Sum of RGB (Red+Green+Blue) = 219+227+121=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 121 (47.66% from 255 or 21.34% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE379 is #241C86. Grayscale: #D4D4D4. Windows color (decimal): -2366599 or 7988187. OLE color: 7988187.
HSL color Cylindrical-coordinate representation of color #DBE379: hue angle of 64.53º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBE379 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 121 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.11 |
| HSL | 64.53º | 0.65% | 0.68% | - |
| HSV(B) | 64.53º | 0.47% | 0.89% | - |
| XYZ | 60.13 | 71.38 | 28.7 | - |
| YUV | 212.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 121 | 0.04 | 0 | 0.47 | 0.11 | 64.53 | 0.65 | 0.68 |
| Hex | DB | E3 | 79 | 4 | 0 | 2F | B | 41 | 41 | 44 |
| Octal | 333 | 343 | 171 | 4 | 0 | 57 | 13 | 101 | 101 | 104 |
| Binary | 11011011 | 11100011 | 1111001 | 100 | 0 | 101111 | 1011 | 1000001 | 1000001 | 1000100 |
Color Harmonies of #DBE379
Complementary color
Monochromatic Colors of #DBE379
Black with #DBE379
Text Example
Text Example
White with #DBE379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE379; }
p { color: rgb(219,227,121); }
H1.HeaderClassName
{
color: #DBE379;
}
.AnyTagClassName
{
color: #DBE379;
}
</style>
background-color css
<style>
a { background-color: #DBE379; }
a { background-color: rgb(219,227,121); }
div.DivClassName
{
background-color: #DBE379;
}
.BgClassName
{
background-color: #DBE379;
}
</style>
border-color css
<style>
span { border-color: #DBE379; }
span { border-color: rgb(219,227,121); }
td.TdClassName
{
border-color: #DBE379;
}
.TagClassName
{
border-color: #DBE379;
}
</style>