Shades of Manz #DBE25D
Tints of Manz #DBE25D
RGB
CMYK
RGB Variations
Color information
#DBE25D (or 0xDBE25D) is known color: Manz. HEX triplet: DB, E2 and 5D. RGB value is (219,226,93). Sum of RGB (Red+Green+Blue) = 219+226+93=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE25D is #241DA2. Grayscale: #D1D1D1. Windows color (decimal): -2366883 or 6152923. OLE color: 6152923.
HSL color Cylindrical-coordinate representation of color #DBE25D: hue angle of 63.16º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBE25D is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 93 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.11 |
| HSL | 63.16º | 0.7% | 0.63% | - |
| HSV(B) | 63.16º | 0.59% | 0.89% | - |
| XYZ | 58.39 | 70.24 | 20.84 | - |
| YUV | 208.75 | 62.68 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 93 | 0.03 | 0 | 0.59 | 0.11 | 63.16 | 0.7 | 0.63 |
| Hex | DB | E2 | 5D | 3 | 0 | 3B | B | 3F | 46 | 3F |
| Octal | 333 | 342 | 135 | 3 | 0 | 73 | 13 | 77 | 106 | 77 |
| Binary | 11011011 | 11100010 | 1011101 | 11 | 0 | 111011 | 1011 | 111111 | 1000110 | 111111 |
Color Harmonies of #DBE25D
Complementary color
Monochromatic Colors of #DBE25D
Black with #DBE25D
Text Example
Text Example
White with #DBE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE25D; }
p { color: rgb(219,226,93); }
H1.HeaderClassName
{
color: #DBE25D;
}
.AnyTagClassName
{
color: #DBE25D;
}
</style>
background-color css
<style>
a { background-color: #DBE25D; }
a { background-color: rgb(219,226,93); }
div.DivClassName
{
background-color: #DBE25D;
}
.BgClassName
{
background-color: #DBE25D;
}
</style>
border-color css
<style>
span { border-color: #DBE25D; }
span { border-color: rgb(219,226,93); }
td.TdClassName
{
border-color: #DBE25D;
}
.TagClassName
{
border-color: #DBE25D;
}
</style>