Shades of Mindaro #DBE666
Tints of Mindaro #DBE666
RGB
CMYK
RGB Variations
Color information
#DBE666 (or 0xDBE666) is known color: Mindaro. HEX triplet: DB, E6 and 66. RGB value is (219,230,102). Sum of RGB (Red+Green+Blue) = 219+230+102=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE666 is #241999. Grayscale: #D4D4D4. Windows color (decimal): -2365850 or 6743771. OLE color: 6743771.
HSL color Cylindrical-coordinate representation of color #DBE666: hue angle of 65.16º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBE666 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 102 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.10 |
| HSL | 65.16º | 0.72% | 0.65% | - |
| HSV(B) | 65.16º | 0.56% | 0.9% | - |
| XYZ | 59.91 | 72.61 | 23.43 | - |
| YUV | 212.12 | 65.86 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 102 | 0.05 | 0 | 0.56 | 0.10 | 65.16 | 0.72 | 0.65 |
| Hex | DB | E6 | 66 | 5 | 0 | 38 | A | 41 | 48 | 41 |
| Octal | 333 | 346 | 146 | 5 | 0 | 70 | 12 | 101 | 110 | 101 |
| Binary | 11011011 | 11100110 | 1100110 | 101 | 0 | 111000 | 1010 | 1000001 | 1001000 | 1000001 |
Color Harmonies of #DBE666
Complementary color
Monochromatic Colors of #DBE666
Black with #DBE666
Text Example
Text Example
White with #DBE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE666; }
p { color: rgb(219,230,102); }
H1.HeaderClassName
{
color: #DBE666;
}
.AnyTagClassName
{
color: #DBE666;
}
</style>
background-color css
<style>
a { background-color: #DBE666; }
a { background-color: rgb(219,230,102); }
div.DivClassName
{
background-color: #DBE666;
}
.BgClassName
{
background-color: #DBE666;
}
</style>
border-color css
<style>
span { border-color: #DBE666; }
span { border-color: rgb(219,230,102); }
td.TdClassName
{
border-color: #DBE666;
}
.TagClassName
{
border-color: #DBE666;
}
</style>