Shades of Mindaro #DBE36B
Tints of Mindaro #DBE36B
RGB
CMYK
RGB Variations
Color information
#DBE36B (or 0xDBE36B) is known color: Mindaro. HEX triplet: DB, E3 and 6B. RGB value is (219,227,107). Sum of RGB (Red+Green+Blue) = 219+227+107=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE36B is #241C94. Grayscale: #D3D3D3. Windows color (decimal): -2366613 or 7070683. OLE color: 7070683.
HSL color Cylindrical-coordinate representation of color #DBE36B: hue angle of 64º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBE36B is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 107 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.11 |
| HSL | 64º | 0.68% | 0.65% | - |
| HSV(B) | 64º | 0.53% | 0.89% | - |
| XYZ | 59.34 | 71.06 | 24.5 | - |
| YUV | 210.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 107 | 0.04 | 0 | 0.53 | 0.11 | 64 | 0.68 | 0.65 |
| Hex | DB | E3 | 6B | 4 | 0 | 35 | B | 40 | 44 | 41 |
| Octal | 333 | 343 | 153 | 4 | 0 | 65 | 13 | 100 | 104 | 101 |
| Binary | 11011011 | 11100011 | 1101011 | 100 | 0 | 110101 | 1011 | 1000000 | 1000100 | 1000001 |
Color Harmonies of #DBE36B
Complementary color
Monochromatic Colors of #DBE36B
Black with #DBE36B
Text Example
Text Example
White with #DBE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE36B; }
p { color: rgb(219,227,107); }
H1.HeaderClassName
{
color: #DBE36B;
}
.AnyTagClassName
{
color: #DBE36B;
}
</style>
background-color css
<style>
a { background-color: #DBE36B; }
a { background-color: rgb(219,227,107); }
div.DivClassName
{
background-color: #DBE36B;
}
.BgClassName
{
background-color: #DBE36B;
}
</style>
border-color css
<style>
span { border-color: #DBE36B; }
span { border-color: rgb(219,227,107); }
td.TdClassName
{
border-color: #DBE36B;
}
.TagClassName
{
border-color: #DBE36B;
}
</style>