Shades of Manz #DBE35A
Tints of Manz #DBE35A
RGB
CMYK
RGB Variations
Color information
#DBE35A (or 0xDBE35A) is known color: Manz. HEX triplet: DB, E3 and 5A. RGB value is (219,227,90). Sum of RGB (Red+Green+Blue) = 219+227+90=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE35A is #241CA5. Grayscale: #D1D1D1. Windows color (decimal): -2366630 or 5956571. OLE color: 5956571.
HSL color Cylindrical-coordinate representation of color #DBE35A: hue angle of 63.5º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBE35A is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 90 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.11 |
| HSL | 63.5º | 0.71% | 0.62% | - |
| HSV(B) | 63.5º | 0.6% | 0.89% | - |
| XYZ | 58.53 | 70.74 | 20.24 | - |
| YUV | 208.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 90 | 0.04 | 0 | 0.60 | 0.11 | 63.5 | 0.71 | 0.62 |
| Hex | DB | E3 | 5A | 4 | 0 | 3C | B | 40 | 47 | 3E |
| Octal | 333 | 343 | 132 | 4 | 0 | 74 | 13 | 100 | 107 | 76 |
| Binary | 11011011 | 11100011 | 1011010 | 100 | 0 | 111100 | 1011 | 1000000 | 1000111 | 111110 |
Color Harmonies of #DBE35A
Complementary color
Monochromatic Colors of #DBE35A
Black with #DBE35A
Text Example
Text Example
White with #DBE35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE35A; }
p { color: rgb(219,227,90); }
H1.HeaderClassName
{
color: #DBE35A;
}
.AnyTagClassName
{
color: #DBE35A;
}
</style>
background-color css
<style>
a { background-color: #DBE35A; }
a { background-color: rgb(219,227,90); }
div.DivClassName
{
background-color: #DBE35A;
}
.BgClassName
{
background-color: #DBE35A;
}
</style>
border-color css
<style>
span { border-color: #DBE35A; }
span { border-color: rgb(219,227,90); }
td.TdClassName
{
border-color: #DBE35A;
}
.TagClassName
{
border-color: #DBE35A;
}
</style>