Shades of Mindaro #DBE65E
Tints of Mindaro #DBE65E
RGB
CMYK
RGB Variations
Color information
#DBE65E (or 0xDBE65E) is known color: Mindaro. HEX triplet: DB, E6 and 5E. RGB value is (219,230,94). Sum of RGB (Red+Green+Blue) = 219+230+94=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE65E is #2419A1. Grayscale: #D3D3D3. Windows color (decimal): -2365858 or 6219483. OLE color: 6219483.
HSL color Cylindrical-coordinate representation of color #DBE65E: hue angle of 64.85º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBE65E is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 94 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.10 |
| HSL | 64.85º | 0.73% | 0.64% | - |
| HSV(B) | 64.85º | 0.59% | 0.9% | - |
| XYZ | 59.53 | 72.46 | 21.44 | - |
| YUV | 211.21 | 61.86 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 94 | 0.05 | 0 | 0.59 | 0.10 | 64.85 | 0.73 | 0.64 |
| Hex | DB | E6 | 5E | 5 | 0 | 3B | A | 41 | 49 | 40 |
| Octal | 333 | 346 | 136 | 5 | 0 | 73 | 12 | 101 | 111 | 100 |
| Binary | 11011011 | 11100110 | 1011110 | 101 | 0 | 111011 | 1010 | 1000001 | 1001001 | 1000000 |
Color Harmonies of #DBE65E
Complementary color
Monochromatic Colors of #DBE65E
Black with #DBE65E
Text Example
Text Example
White with #DBE65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE65E; }
p { color: rgb(219,230,94); }
H1.HeaderClassName
{
color: #DBE65E;
}
.AnyTagClassName
{
color: #DBE65E;
}
</style>
background-color css
<style>
a { background-color: #DBE65E; }
a { background-color: rgb(219,230,94); }
div.DivClassName
{
background-color: #DBE65E;
}
.BgClassName
{
background-color: #DBE65E;
}
</style>
border-color css
<style>
span { border-color: #DBE65E; }
span { border-color: rgb(219,230,94); }
td.TdClassName
{
border-color: #DBE65E;
}
.TagClassName
{
border-color: #DBE65E;
}
</style>