Shades of Mindaro #DBE366
Tints of Mindaro #DBE366
RGB
CMYK
RGB Variations
Color information
#DBE366 (or 0xDBE366) is known color: Mindaro. HEX triplet: DB, E3 and 66. RGB value is (219,227,102). Sum of RGB (Red+Green+Blue) = 219+227+102=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE366 is #241C99. Grayscale: #D2D2D2. Windows color (decimal): -2366618 or 6743003. OLE color: 6743003.
HSL color Cylindrical-coordinate representation of color #DBE366: hue angle of 63.84º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBE366 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 102 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.11 |
| HSL | 63.84º | 0.69% | 0.65% | - |
| HSV(B) | 63.84º | 0.55% | 0.89% | - |
| XYZ | 59.08 | 70.96 | 23.15 | - |
| YUV | 210.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 102 | 0.04 | 0 | 0.55 | 0.11 | 63.84 | 0.69 | 0.65 |
| Hex | DB | E3 | 66 | 4 | 0 | 37 | B | 40 | 45 | 41 |
| Octal | 333 | 343 | 146 | 4 | 0 | 67 | 13 | 100 | 105 | 101 |
| Binary | 11011011 | 11100011 | 1100110 | 100 | 0 | 110111 | 1011 | 1000000 | 1000101 | 1000001 |
Color Harmonies of #DBE366
Complementary color
Monochromatic Colors of #DBE366
Black with #DBE366
Text Example
Text Example
White with #DBE366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE366; }
p { color: rgb(219,227,102); }
H1.HeaderClassName
{
color: #DBE366;
}
.AnyTagClassName
{
color: #DBE366;
}
</style>
background-color css
<style>
a { background-color: #DBE366; }
a { background-color: rgb(219,227,102); }
div.DivClassName
{
background-color: #DBE366;
}
.BgClassName
{
background-color: #DBE366;
}
</style>
border-color css
<style>
span { border-color: #DBE366; }
span { border-color: rgb(219,227,102); }
td.TdClassName
{
border-color: #DBE366;
}
.TagClassName
{
border-color: #DBE366;
}
</style>