Shades of Mindaro #DBE56C
Tints of Mindaro #DBE56C
RGB
CMYK
RGB Variations
Color information
#DBE56C (or 0xDBE56C) is known color: Mindaro. HEX triplet: DB, E5 and 6C. RGB value is (219,229,108). Sum of RGB (Red+Green+Blue) = 219+229+108=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE56C is #241A93. Grayscale: #D4D4D4. Windows color (decimal): -2366100 or 7136731. OLE color: 7136731.
HSL color Cylindrical-coordinate representation of color #DBE56C: hue angle of 64.96º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBE56C is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 108 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.10 |
| HSL | 64.96º | 0.7% | 0.66% | - |
| HSV(B) | 64.96º | 0.53% | 0.9% | - |
| XYZ | 59.94 | 72.18 | 24.96 | - |
| YUV | 212.22 | 69.19 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 108 | 0.04 | 0 | 0.53 | 0.10 | 64.96 | 0.7 | 0.66 |
| Hex | DB | E5 | 6C | 4 | 0 | 35 | A | 41 | 46 | 42 |
| Octal | 333 | 345 | 154 | 4 | 0 | 65 | 12 | 101 | 106 | 102 |
| Binary | 11011011 | 11100101 | 1101100 | 100 | 0 | 110101 | 1010 | 1000001 | 1000110 | 1000010 |
Color Harmonies of #DBE56C
Complementary color
Monochromatic Colors of #DBE56C
Black with #DBE56C
Text Example
Text Example
White with #DBE56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE56C; }
p { color: rgb(219,229,108); }
H1.HeaderClassName
{
color: #DBE56C;
}
.AnyTagClassName
{
color: #DBE56C;
}
</style>
background-color css
<style>
a { background-color: #DBE56C; }
a { background-color: rgb(219,229,108); }
div.DivClassName
{
background-color: #DBE56C;
}
.BgClassName
{
background-color: #DBE56C;
}
</style>
border-color css
<style>
span { border-color: #DBE56C; }
span { border-color: rgb(219,229,108); }
td.TdClassName
{
border-color: #DBE56C;
}
.TagClassName
{
border-color: #DBE56C;
}
</style>