Shades of Manz #DBE258
Tints of Manz #DBE258
RGB
CMYK
RGB Variations
Color information
#DBE258 (or 0xDBE258) is known color: Manz. HEX triplet: DB, E2 and 58. RGB value is (219,226,88). Sum of RGB (Red+Green+Blue) = 219+226+88=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE258 is #241DA7. Grayscale: #D0D0D0. Windows color (decimal): -2366888 or 5825243. OLE color: 5825243.
HSL color Cylindrical-coordinate representation of color #DBE258: hue angle of 63.04º 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 #DBE258 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 88 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.11 |
| HSL | 63.04º | 0.7% | 0.62% | - |
| HSV(B) | 63.04º | 0.61% | 0.89% | - |
| XYZ | 58.17 | 70.16 | 19.71 | - |
| YUV | 208.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 88 | 0.03 | 0 | 0.61 | 0.11 | 63.04 | 0.7 | 0.62 |
| Hex | DB | E2 | 58 | 3 | 0 | 3D | B | 3F | 46 | 3E |
| Octal | 333 | 342 | 130 | 3 | 0 | 75 | 13 | 77 | 106 | 76 |
| Binary | 11011011 | 11100010 | 1011000 | 11 | 0 | 111101 | 1011 | 111111 | 1000110 | 111110 |
Color Harmonies of #DBE258
Complementary color
Monochromatic Colors of #DBE258
Black with #DBE258
Text Example
Text Example
White with #DBE258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE258; }
p { color: rgb(219,226,88); }
H1.HeaderClassName
{
color: #DBE258;
}
.AnyTagClassName
{
color: #DBE258;
}
</style>
background-color css
<style>
a { background-color: #DBE258; }
a { background-color: rgb(219,226,88); }
div.DivClassName
{
background-color: #DBE258;
}
.BgClassName
{
background-color: #DBE258;
}
</style>
border-color css
<style>
span { border-color: #DBE258; }
span { border-color: rgb(219,226,88); }
td.TdClassName
{
border-color: #DBE258;
}
.TagClassName
{
border-color: #DBE258;
}
</style>