Shades of Manz #DBE15F
Tints of Manz #DBE15F
RGB
CMYK
RGB Variations
Color information
#DBE15F (or 0xDBE15F) is known color: Manz. HEX triplet: DB, E1 and 5F. RGB value is (219,225,95). Sum of RGB (Red+Green+Blue) = 219+225+95=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE15F is #241EA0. Grayscale: #D0D0D0. Windows color (decimal): -2367137 or 6283739. OLE color: 6283739.
HSL color Cylindrical-coordinate representation of color #DBE15F: hue angle of 62.77º 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 #DBE15F is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 95 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.12 |
| HSL | 62.77º | 0.68% | 0.63% | - |
| HSV(B) | 62.77º | 0.58% | 0.88% | - |
| XYZ | 58.2 | 69.74 | 21.22 | - |
| YUV | 208.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 95 | 0.03 | 0 | 0.58 | 0.12 | 62.77 | 0.68 | 0.63 |
| Hex | DB | E1 | 5F | 3 | 0 | 3A | C | 3F | 44 | 3F |
| Octal | 333 | 341 | 137 | 3 | 0 | 72 | 14 | 77 | 104 | 77 |
| Binary | 11011011 | 11100001 | 1011111 | 11 | 0 | 111010 | 1100 | 111111 | 1000100 | 111111 |
Color Harmonies of #DBE15F
Complementary color
Monochromatic Colors of #DBE15F
Black with #DBE15F
Text Example
Text Example
White with #DBE15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE15F; }
p { color: rgb(219,225,95); }
H1.HeaderClassName
{
color: #DBE15F;
}
.AnyTagClassName
{
color: #DBE15F;
}
</style>
background-color css
<style>
a { background-color: #DBE15F; }
a { background-color: rgb(219,225,95); }
div.DivClassName
{
background-color: #DBE15F;
}
.BgClassName
{
background-color: #DBE15F;
}
</style>
border-color css
<style>
span { border-color: #DBE15F; }
span { border-color: rgb(219,225,95); }
td.TdClassName
{
border-color: #DBE15F;
}
.TagClassName
{
border-color: #DBE15F;
}
</style>