Shades of Mindaro #DBE66E
Tints of Mindaro #DBE66E
RGB
CMYK
RGB Variations
Color information
#DBE66E (or 0xDBE66E) is known color: Mindaro. HEX triplet: DB, E6 and 6E. RGB value is (219,230,110). Sum of RGB (Red+Green+Blue) = 219+230+110=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE66E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE66E is #241991. Grayscale: #D5D5D5. Windows color (decimal): -2365842 or 7268059. OLE color: 7268059.
HSL color Cylindrical-coordinate representation of color #DBE66E: hue angle of 65.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBE66E is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 110 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.10 |
| HSL | 65.5º | 0.71% | 0.67% | - |
| HSV(B) | 65.5º | 0.52% | 0.9% | - |
| XYZ | 60.32 | 72.78 | 25.62 | - |
| YUV | 213.03 | 69.86 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 110 | 0.05 | 0 | 0.52 | 0.10 | 65.5 | 0.71 | 0.67 |
| Hex | DB | E6 | 6E | 5 | 0 | 34 | A | 42 | 47 | 43 |
| Octal | 333 | 346 | 156 | 5 | 0 | 64 | 12 | 102 | 107 | 103 |
| Binary | 11011011 | 11100110 | 1101110 | 101 | 0 | 110100 | 1010 | 1000010 | 1000111 | 1000011 |
Color Harmonies of #DBE66E
Complementary color
Monochromatic Colors of #DBE66E
Black with #DBE66E
Text Example
Text Example
White with #DBE66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE66E; }
p { color: rgb(219,230,110); }
H1.HeaderClassName
{
color: #DBE66E;
}
.AnyTagClassName
{
color: #DBE66E;
}
</style>
background-color css
<style>
a { background-color: #DBE66E; }
a { background-color: rgb(219,230,110); }
div.DivClassName
{
background-color: #DBE66E;
}
.BgClassName
{
background-color: #DBE66E;
}
</style>
border-color css
<style>
span { border-color: #DBE66E; }
span { border-color: rgb(219,230,110); }
td.TdClassName
{
border-color: #DBE66E;
}
.TagClassName
{
border-color: #DBE66E;
}
</style>