Shades of Manz #DBE05A
Tints of Manz #DBE05A
RGB
CMYK
RGB Variations
Color information
#DBE05A (or 0xDBE05A) is known color: Manz. HEX triplet: DB, E0 and 5A. RGB value is (219,224,90). Sum of RGB (Red+Green+Blue) = 219+224+90=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE05A is #241FA5. Grayscale: #CFCFCF. Windows color (decimal): -2367398 or 5955803. OLE color: 5955803.
HSL color Cylindrical-coordinate representation of color #DBE05A: hue angle of 62.24º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBE05A is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 90 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.12 |
| HSL | 62.24º | 0.68% | 0.62% | - |
| HSV(B) | 62.24º | 0.6% | 0.88% | - |
| XYZ | 57.71 | 69.11 | 19.97 | - |
| YUV | 207.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 90 | 0.02 | 0 | 0.60 | 0.12 | 62.24 | 0.68 | 0.62 |
| Hex | DB | E0 | 5A | 2 | 0 | 3C | C | 3E | 44 | 3E |
| Octal | 333 | 340 | 132 | 2 | 0 | 74 | 14 | 76 | 104 | 76 |
| Binary | 11011011 | 11100000 | 1011010 | 10 | 0 | 111100 | 1100 | 111110 | 1000100 | 111110 |
Color Harmonies of #DBE05A
Complementary color
Monochromatic Colors of #DBE05A
Black with #DBE05A
Text Example
Text Example
White with #DBE05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE05A; }
p { color: rgb(219,224,90); }
H1.HeaderClassName
{
color: #DBE05A;
}
.AnyTagClassName
{
color: #DBE05A;
}
</style>
background-color css
<style>
a { background-color: #DBE05A; }
a { background-color: rgb(219,224,90); }
div.DivClassName
{
background-color: #DBE05A;
}
.BgClassName
{
background-color: #DBE05A;
}
</style>
border-color css
<style>
span { border-color: #DBE05A; }
span { border-color: rgb(219,224,90); }
td.TdClassName
{
border-color: #DBE05A;
}
.TagClassName
{
border-color: #DBE05A;
}
</style>