Shades of Manz #DBE15A
Tints of Manz #DBE15A
RGB
CMYK
RGB Variations
Color information
#DBE15A (or 0xDBE15A) is known color: Manz. HEX triplet: DB, E1 and 5A. RGB value is (219,225,90). Sum of RGB (Red+Green+Blue) = 219+225+90=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE15A is #241EA5. Grayscale: #D0D0D0. Windows color (decimal): -2367142 or 5956059. OLE color: 5956059.
HSL color Cylindrical-coordinate representation of color #DBE15A: hue angle of 62.67º degrees, saturation: 0.69, 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 #DBE15A is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 90 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.12 |
| HSL | 62.67º | 0.69% | 0.62% | - |
| HSV(B) | 62.67º | 0.6% | 0.88% | - |
| XYZ | 57.98 | 69.65 | 20.06 | - |
| YUV | 207.82 | 61.51 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 90 | 0.03 | 0 | 0.60 | 0.12 | 62.67 | 0.69 | 0.62 |
| Hex | DB | E1 | 5A | 3 | 0 | 3C | C | 3F | 45 | 3E |
| Octal | 333 | 341 | 132 | 3 | 0 | 74 | 14 | 77 | 105 | 76 |
| Binary | 11011011 | 11100001 | 1011010 | 11 | 0 | 111100 | 1100 | 111111 | 1000101 | 111110 |
Color Harmonies of #DBE15A
Complementary color
Monochromatic Colors of #DBE15A
Black with #DBE15A
Text Example
Text Example
White with #DBE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE15A; }
p { color: rgb(219,225,90); }
H1.HeaderClassName
{
color: #DBE15A;
}
.AnyTagClassName
{
color: #DBE15A;
}
</style>
background-color css
<style>
a { background-color: #DBE15A; }
a { background-color: rgb(219,225,90); }
div.DivClassName
{
background-color: #DBE15A;
}
.BgClassName
{
background-color: #DBE15A;
}
</style>
border-color css
<style>
span { border-color: #DBE15A; }
span { border-color: rgb(219,225,90); }
td.TdClassName
{
border-color: #DBE15A;
}
.TagClassName
{
border-color: #DBE15A;
}
</style>