Shades of Manz #DBE553
Tints of Manz #DBE553
RGB
CMYK
RGB Variations
Color information
#DBE553 (or 0xDBE553) is known color: Manz. HEX triplet: DB, E5 and 53. RGB value is (219,229,83). Sum of RGB (Red+Green+Blue) = 219+229+83=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE553 is #241AAC. Grayscale: #D1D1D1. Windows color (decimal): -2366125 or 5498331. OLE color: 5498331.
HSL color Cylindrical-coordinate representation of color #DBE553: hue angle of 64.11º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBE553 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 83 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.10 |
| HSL | 64.11º | 0.74% | 0.61% | - |
| HSV(B) | 64.11º | 0.64% | 0.9% | - |
| XYZ | 58.79 | 71.72 | 18.93 | - |
| YUV | 209.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 83 | 0.04 | 0 | 0.64 | 0.10 | 64.11 | 0.74 | 0.61 |
| Hex | DB | E5 | 53 | 4 | 0 | 40 | A | 40 | 4A | 3D |
| Octal | 333 | 345 | 123 | 4 | 0 | 100 | 12 | 100 | 112 | 75 |
| Binary | 11011011 | 11100101 | 1010011 | 100 | 0 | 1000000 | 1010 | 1000000 | 1001010 | 111101 |
Color Harmonies of #DBE553
Complementary color
Monochromatic Colors of #DBE553
Black with #DBE553
Text Example
Text Example
White with #DBE553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE553; }
p { color: rgb(219,229,83); }
H1.HeaderClassName
{
color: #DBE553;
}
.AnyTagClassName
{
color: #DBE553;
}
</style>
background-color css
<style>
a { background-color: #DBE553; }
a { background-color: rgb(219,229,83); }
div.DivClassName
{
background-color: #DBE553;
}
.BgClassName
{
background-color: #DBE553;
}
</style>
border-color css
<style>
span { border-color: #DBE553; }
span { border-color: rgb(219,229,83); }
td.TdClassName
{
border-color: #DBE553;
}
.TagClassName
{
border-color: #DBE553;
}
</style>