Shades of Manz #DBE153
Tints of Manz #DBE153
RGB
CMYK
RGB Variations
Color information
#DBE153 (or 0xDBE153) is known color: Manz. HEX triplet: DB, E1 and 53. RGB value is (219,225,83). Sum of RGB (Red+Green+Blue) = 219+225+83=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE153 is #241EAC. Grayscale: #CFCFCF. Windows color (decimal): -2367149 or 5497307. OLE color: 5497307.
HSL color Cylindrical-coordinate representation of color #DBE153: hue angle of 62.54º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBE153 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 83 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.12 |
| HSL | 62.54º | 0.7% | 0.6% | - |
| HSV(B) | 62.54º | 0.63% | 0.88% | - |
| XYZ | 57.7 | 69.54 | 18.56 | - |
| YUV | 207.02 | 58.01 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 83 | 0.03 | 0 | 0.63 | 0.12 | 62.54 | 0.7 | 0.6 |
| Hex | DB | E1 | 53 | 3 | 0 | 3F | C | 3F | 46 | 3C |
| Octal | 333 | 341 | 123 | 3 | 0 | 77 | 14 | 77 | 106 | 74 |
| Binary | 11011011 | 11100001 | 1010011 | 11 | 0 | 111111 | 1100 | 111111 | 1000110 | 111100 |
Color Harmonies of #DBE153
Complementary color
Monochromatic Colors of #DBE153
Black with #DBE153
Text Example
Text Example
White with #DBE153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE153; }
p { color: rgb(219,225,83); }
H1.HeaderClassName
{
color: #DBE153;
}
.AnyTagClassName
{
color: #DBE153;
}
</style>
background-color css
<style>
a { background-color: #DBE153; }
a { background-color: rgb(219,225,83); }
div.DivClassName
{
background-color: #DBE153;
}
.BgClassName
{
background-color: #DBE153;
}
</style>
border-color css
<style>
span { border-color: #DBE153; }
span { border-color: rgb(219,225,83); }
td.TdClassName
{
border-color: #DBE153;
}
.TagClassName
{
border-color: #DBE153;
}
</style>