Shades of Mindaro #DBE362
Tints of Mindaro #DBE362
RGB
CMYK
RGB Variations
Color information
#DBE362 (or 0xDBE362) is known color: Mindaro. HEX triplet: DB, E3 and 62. RGB value is (219,227,98). Sum of RGB (Red+Green+Blue) = 219+227+98=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE362 is #241C9D. Grayscale: #D2D2D2. Windows color (decimal): -2366622 or 6480859. OLE color: 6480859.
HSL color Cylindrical-coordinate representation of color #DBE362: hue angle of 63.72º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBE362 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 98 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.11 |
| HSL | 63.72º | 0.7% | 0.64% | - |
| HSV(B) | 63.72º | 0.57% | 0.89% | - |
| XYZ | 58.89 | 70.88 | 22.13 | - |
| YUV | 209.9 | 64.85 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 98 | 0.04 | 0 | 0.57 | 0.11 | 63.72 | 0.7 | 0.64 |
| Hex | DB | E3 | 62 | 4 | 0 | 39 | B | 40 | 46 | 40 |
| Octal | 333 | 343 | 142 | 4 | 0 | 71 | 13 | 100 | 106 | 100 |
| Binary | 11011011 | 11100011 | 1100010 | 100 | 0 | 111001 | 1011 | 1000000 | 1000110 | 1000000 |
Color Harmonies of #DBE362
Complementary color
Monochromatic Colors of #DBE362
Black with #DBE362
Text Example
Text Example
White with #DBE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE362; }
p { color: rgb(219,227,98); }
H1.HeaderClassName
{
color: #DBE362;
}
.AnyTagClassName
{
color: #DBE362;
}
</style>
background-color css
<style>
a { background-color: #DBE362; }
a { background-color: rgb(219,227,98); }
div.DivClassName
{
background-color: #DBE362;
}
.BgClassName
{
background-color: #DBE362;
}
</style>
border-color css
<style>
span { border-color: #DBE362; }
span { border-color: rgb(219,227,98); }
td.TdClassName
{
border-color: #DBE362;
}
.TagClassName
{
border-color: #DBE362;
}
</style>