Shades of Manz #DBE353
Tints of Manz #DBE353
RGB
CMYK
RGB Variations
Color information
#DBE353 (or 0xDBE353) is known color: Manz. HEX triplet: DB, E3 and 53. RGB value is (219,227,83). Sum of RGB (Red+Green+Blue) = 219+227+83=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE353 is #241CAC. Grayscale: #D0D0D0. Windows color (decimal): -2366637 or 5497819. OLE color: 5497819.
HSL color Cylindrical-coordinate representation of color #DBE353: hue angle of 63.33º degrees, saturation: 0.72, 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 #DBE353 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 83 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.11 |
| HSL | 63.33º | 0.72% | 0.61% | - |
| HSV(B) | 63.33º | 0.63% | 0.89% | - |
| XYZ | 58.24 | 70.62 | 18.75 | - |
| YUV | 208.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 83 | 0.04 | 0 | 0.63 | 0.11 | 63.33 | 0.72 | 0.61 |
| Hex | DB | E3 | 53 | 4 | 0 | 3F | B | 3F | 48 | 3D |
| Octal | 333 | 343 | 123 | 4 | 0 | 77 | 13 | 77 | 110 | 75 |
| Binary | 11011011 | 11100011 | 1010011 | 100 | 0 | 111111 | 1011 | 111111 | 1001000 | 111101 |
Color Harmonies of #DBE353
Complementary color
Monochromatic Colors of #DBE353
Black with #DBE353
Text Example
Text Example
White with #DBE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE353; }
p { color: rgb(219,227,83); }
H1.HeaderClassName
{
color: #DBE353;
}
.AnyTagClassName
{
color: #DBE353;
}
</style>
background-color css
<style>
a { background-color: #DBE353; }
a { background-color: rgb(219,227,83); }
div.DivClassName
{
background-color: #DBE353;
}
.BgClassName
{
background-color: #DBE353;
}
</style>
border-color css
<style>
span { border-color: #DBE353; }
span { border-color: rgb(219,227,83); }
td.TdClassName
{
border-color: #DBE353;
}
.TagClassName
{
border-color: #DBE353;
}
</style>