Shades of Manz #DBE259
Tints of Manz #DBE259
RGB
CMYK
RGB Variations
Color information
#DBE259 (or 0xDBE259) is known color: Manz. HEX triplet: DB, E2 and 59. RGB value is (219,226,89). Sum of RGB (Red+Green+Blue) = 219+226+89=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE259 is #241DA6. Grayscale: #D0D0D0. Windows color (decimal): -2366887 or 5890779. OLE color: 5890779.
HSL color Cylindrical-coordinate representation of color #DBE259: hue angle of 63.07º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBE259 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 89 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.11 |
| HSL | 63.07º | 0.7% | 0.62% | - |
| HSV(B) | 63.07º | 0.61% | 0.89% | - |
| XYZ | 58.21 | 70.17 | 19.93 | - |
| YUV | 208.29 | 60.68 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 89 | 0.03 | 0 | 0.61 | 0.11 | 63.07 | 0.7 | 0.62 |
| Hex | DB | E2 | 59 | 3 | 0 | 3D | B | 3F | 46 | 3E |
| Octal | 333 | 342 | 131 | 3 | 0 | 75 | 13 | 77 | 106 | 76 |
| Binary | 11011011 | 11100010 | 1011001 | 11 | 0 | 111101 | 1011 | 111111 | 1000110 | 111110 |
Color Harmonies of #DBE259
Complementary color
Monochromatic Colors of #DBE259
Black with #DBE259
Text Example
Text Example
White with #DBE259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE259; }
p { color: rgb(219,226,89); }
H1.HeaderClassName
{
color: #DBE259;
}
.AnyTagClassName
{
color: #DBE259;
}
</style>
background-color css
<style>
a { background-color: #DBE259; }
a { background-color: rgb(219,226,89); }
div.DivClassName
{
background-color: #DBE259;
}
.BgClassName
{
background-color: #DBE259;
}
</style>
border-color css
<style>
span { border-color: #DBE259; }
span { border-color: rgb(219,226,89); }
td.TdClassName
{
border-color: #DBE259;
}
.TagClassName
{
border-color: #DBE259;
}
</style>