Shades of Manz #DBE05B
Tints of Manz #DBE05B
RGB
CMYK
RGB Variations
Color information
#DBE05B (or 0xDBE05B) is known color: Manz. HEX triplet: DB, E0 and 5B. RGB value is (219,224,91). Sum of RGB (Red+Green+Blue) = 219+224+91=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE05B is #241FA4. Grayscale: #CFCFCF. Windows color (decimal): -2367397 or 6021339. OLE color: 6021339.
HSL color Cylindrical-coordinate representation of color #DBE05B: hue angle of 62.26º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBE05B is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 91 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.12 |
| HSL | 62.26º | 0.68% | 0.62% | - |
| HSV(B) | 62.26º | 0.59% | 0.88% | - |
| XYZ | 57.76 | 69.13 | 20.2 | - |
| YUV | 207.34 | 62.34 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 91 | 0.02 | 0 | 0.59 | 0.12 | 62.26 | 0.68 | 0.62 |
| Hex | DB | E0 | 5B | 2 | 0 | 3B | C | 3E | 44 | 3E |
| Octal | 333 | 340 | 133 | 2 | 0 | 73 | 14 | 76 | 104 | 76 |
| Binary | 11011011 | 11100000 | 1011011 | 10 | 0 | 111011 | 1100 | 111110 | 1000100 | 111110 |
Color Harmonies of #DBE05B
Complementary color
Monochromatic Colors of #DBE05B
Black with #DBE05B
Text Example
Text Example
White with #DBE05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE05B; }
p { color: rgb(219,224,91); }
H1.HeaderClassName
{
color: #DBE05B;
}
.AnyTagClassName
{
color: #DBE05B;
}
</style>
background-color css
<style>
a { background-color: #DBE05B; }
a { background-color: rgb(219,224,91); }
div.DivClassName
{
background-color: #DBE05B;
}
.BgClassName
{
background-color: #DBE05B;
}
</style>
border-color css
<style>
span { border-color: #DBE05B; }
span { border-color: rgb(219,224,91); }
td.TdClassName
{
border-color: #DBE05B;
}
.TagClassName
{
border-color: #DBE05B;
}
</style>