Shades of Mindaro #DBE36F
Tints of Mindaro #DBE36F
RGB
CMYK
RGB Variations
Color information
#DBE36F (or 0xDBE36F) is known color: Mindaro. HEX triplet: DB, E3 and 6F. RGB value is (219,227,111). Sum of RGB (Red+Green+Blue) = 219+227+111=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE36F is #241C90. Grayscale: #D3D3D3. Windows color (decimal): -2366609 or 7332827. OLE color: 7332827.
HSL color Cylindrical-coordinate representation of color #DBE36F: hue angle of 64.14º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBE36F is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 111 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.11 |
| HSL | 64.14º | 0.67% | 0.66% | - |
| HSV(B) | 64.14º | 0.51% | 0.89% | - |
| XYZ | 59.55 | 71.15 | 25.63 | - |
| YUV | 211.38 | 71.35 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 111 | 0.04 | 0 | 0.51 | 0.11 | 64.14 | 0.67 | 0.66 |
| Hex | DB | E3 | 6F | 4 | 0 | 33 | B | 40 | 43 | 42 |
| Octal | 333 | 343 | 157 | 4 | 0 | 63 | 13 | 100 | 103 | 102 |
| Binary | 11011011 | 11100011 | 1101111 | 100 | 0 | 110011 | 1011 | 1000000 | 1000011 | 1000010 |
Color Harmonies of #DBE36F
Complementary color
Monochromatic Colors of #DBE36F
Black with #DBE36F
Text Example
Text Example
White with #DBE36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE36F; }
p { color: rgb(219,227,111); }
H1.HeaderClassName
{
color: #DBE36F;
}
.AnyTagClassName
{
color: #DBE36F;
}
</style>
background-color css
<style>
a { background-color: #DBE36F; }
a { background-color: rgb(219,227,111); }
div.DivClassName
{
background-color: #DBE36F;
}
.BgClassName
{
background-color: #DBE36F;
}
</style>
border-color css
<style>
span { border-color: #DBE36F; }
span { border-color: rgb(219,227,111); }
td.TdClassName
{
border-color: #DBE36F;
}
.TagClassName
{
border-color: #DBE36F;
}
</style>