Shades of Manz #DBE455
Tints of Manz #DBE455
RGB
CMYK
RGB Variations
Color information
#DBE455 (or 0xDBE455) is known color: Manz. HEX triplet: DB, E4 and 55. RGB value is (219,228,85). Sum of RGB (Red+Green+Blue) = 219+228+85=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 85 (33.59% from 255 or 15.98% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE455 is #241BAA. Grayscale: #D1D1D1. Windows color (decimal): -2366379 or 5629147. OLE color: 5629147.
HSL color Cylindrical-coordinate representation of color #DBE455: hue angle of 63.78º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBE455 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 85 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.11 |
| HSL | 63.78º | 0.73% | 0.61% | - |
| HSV(B) | 63.78º | 0.63% | 0.89% | - |
| XYZ | 58.6 | 71.2 | 19.25 | - |
| YUV | 209.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 85 | 0.04 | 0 | 0.63 | 0.11 | 63.78 | 0.73 | 0.61 |
| Hex | DB | E4 | 55 | 4 | 0 | 3F | B | 40 | 49 | 3D |
| Octal | 333 | 344 | 125 | 4 | 0 | 77 | 13 | 100 | 111 | 75 |
| Binary | 11011011 | 11100100 | 1010101 | 100 | 0 | 111111 | 1011 | 1000000 | 1001001 | 111101 |
Color Harmonies of #DBE455
Complementary color
Monochromatic Colors of #DBE455
Black with #DBE455
Text Example
Text Example
White with #DBE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE455; }
p { color: rgb(219,228,85); }
H1.HeaderClassName
{
color: #DBE455;
}
.AnyTagClassName
{
color: #DBE455;
}
</style>
background-color css
<style>
a { background-color: #DBE455; }
a { background-color: rgb(219,228,85); }
div.DivClassName
{
background-color: #DBE455;
}
.BgClassName
{
background-color: #DBE455;
}
</style>
border-color css
<style>
span { border-color: #DBE455; }
span { border-color: rgb(219,228,85); }
td.TdClassName
{
border-color: #DBE455;
}
.TagClassName
{
border-color: #DBE455;
}
</style>