Shades of Manz #DBE05F
Tints of Manz #DBE05F
RGB
CMYK
RGB Variations
Color information
#DBE05F (or 0xDBE05F) is known color: Manz. HEX triplet: DB, E0 and 5F. RGB value is (219,224,95). Sum of RGB (Red+Green+Blue) = 219+224+95=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE05F is #241FA0. Grayscale: #D0D0D0. Windows color (decimal): -2367393 or 6283483. OLE color: 6283483.
HSL color Cylindrical-coordinate representation of color #DBE05F: hue angle of 62.33º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBE05F is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 95 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.12 |
| HSL | 62.33º | 0.68% | 0.63% | - |
| HSV(B) | 62.33º | 0.58% | 0.88% | - |
| XYZ | 57.93 | 69.2 | 21.13 | - |
| YUV | 207.8 | 64.34 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 95 | 0.02 | 0 | 0.58 | 0.12 | 62.33 | 0.68 | 0.63 |
| Hex | DB | E0 | 5F | 2 | 0 | 3A | C | 3E | 44 | 3F |
| Octal | 333 | 340 | 137 | 2 | 0 | 72 | 14 | 76 | 104 | 77 |
| Binary | 11011011 | 11100000 | 1011111 | 10 | 0 | 111010 | 1100 | 111110 | 1000100 | 111111 |
Color Harmonies of #DBE05F
Complementary color
Monochromatic Colors of #DBE05F
Black with #DBE05F
Text Example
Text Example
White with #DBE05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE05F; }
p { color: rgb(219,224,95); }
H1.HeaderClassName
{
color: #DBE05F;
}
.AnyTagClassName
{
color: #DBE05F;
}
</style>
background-color css
<style>
a { background-color: #DBE05F; }
a { background-color: rgb(219,224,95); }
div.DivClassName
{
background-color: #DBE05F;
}
.BgClassName
{
background-color: #DBE05F;
}
</style>
border-color css
<style>
span { border-color: #DBE05F; }
span { border-color: rgb(219,224,95); }
td.TdClassName
{
border-color: #DBE05F;
}
.TagClassName
{
border-color: #DBE05F;
}
</style>