Shades of Manz #DBE15E
Tints of Manz #DBE15E
RGB
CMYK
RGB Variations
Color information
#DBE15E (or 0xDBE15E) is known color: Manz. HEX triplet: DB, E1 and 5E. RGB value is (219,225,94). Sum of RGB (Red+Green+Blue) = 219+225+94=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE15E is #241EA1. Grayscale: #D0D0D0. Windows color (decimal): -2367138 or 6218203. OLE color: 6218203.
HSL color Cylindrical-coordinate representation of color #DBE15E: hue angle of 62.75º degrees, saturation: 0.69, 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 #DBE15E is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 94 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.12 |
| HSL | 62.75º | 0.69% | 0.63% | - |
| HSV(B) | 62.75º | 0.58% | 0.88% | - |
| XYZ | 58.16 | 69.72 | 20.98 | - |
| YUV | 208.27 | 63.51 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 94 | 0.03 | 0 | 0.58 | 0.12 | 62.75 | 0.69 | 0.63 |
| Hex | DB | E1 | 5E | 3 | 0 | 3A | C | 3F | 45 | 3F |
| Octal | 333 | 341 | 136 | 3 | 0 | 72 | 14 | 77 | 105 | 77 |
| Binary | 11011011 | 11100001 | 1011110 | 11 | 0 | 111010 | 1100 | 111111 | 1000101 | 111111 |
Color Harmonies of #DBE15E
Complementary color
Monochromatic Colors of #DBE15E
Black with #DBE15E
Text Example
Text Example
White with #DBE15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE15E; }
p { color: rgb(219,225,94); }
H1.HeaderClassName
{
color: #DBE15E;
}
.AnyTagClassName
{
color: #DBE15E;
}
</style>
background-color css
<style>
a { background-color: #DBE15E; }
a { background-color: rgb(219,225,94); }
div.DivClassName
{
background-color: #DBE15E;
}
.BgClassName
{
background-color: #DBE15E;
}
</style>
border-color css
<style>
span { border-color: #DBE15E; }
span { border-color: rgb(219,225,94); }
td.TdClassName
{
border-color: #DBE15E;
}
.TagClassName
{
border-color: #DBE15E;
}
</style>