Shades of Manz #DBE150
Tints of Manz #DBE150
RGB
CMYK
RGB Variations
Color information
#DBE150 (or 0xDBE150) is known color: Manz. HEX triplet: DB, E1 and 50. RGB value is (219,225,80). Sum of RGB (Red+Green+Blue) = 219+225+80=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE150 is #241EAF. Grayscale: #CFCFCF. Windows color (decimal): -2367152 or 5300699. OLE color: 5300699.
HSL color Cylindrical-coordinate representation of color #DBE150: hue angle of 62.48º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBE150 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 80 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.12 |
| HSL | 62.48º | 0.71% | 0.6% | - |
| HSV(B) | 62.48º | 0.64% | 0.88% | - |
| XYZ | 57.59 | 69.49 | 17.97 | - |
| YUV | 206.68 | 56.51 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 80 | 0.03 | 0 | 0.64 | 0.12 | 62.48 | 0.71 | 0.6 |
| Hex | DB | E1 | 50 | 3 | 0 | 40 | C | 3E | 47 | 3C |
| Octal | 333 | 341 | 120 | 3 | 0 | 100 | 14 | 76 | 107 | 74 |
| Binary | 11011011 | 11100001 | 1010000 | 11 | 0 | 1000000 | 1100 | 111110 | 1000111 | 111100 |
Color Harmonies of #DBE150
Complementary color
Monochromatic Colors of #DBE150
Black with #DBE150
Text Example
Text Example
White with #DBE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE150; }
p { color: rgb(219,225,80); }
H1.HeaderClassName
{
color: #DBE150;
}
.AnyTagClassName
{
color: #DBE150;
}
</style>
background-color css
<style>
a { background-color: #DBE150; }
a { background-color: rgb(219,225,80); }
div.DivClassName
{
background-color: #DBE150;
}
.BgClassName
{
background-color: #DBE150;
}
</style>
border-color css
<style>
span { border-color: #DBE150; }
span { border-color: rgb(219,225,80); }
td.TdClassName
{
border-color: #DBE150;
}
.TagClassName
{
border-color: #DBE150;
}
</style>