Shades of Manz #DBE954
Tints of Manz #DBE954
RGB
CMYK
RGB Variations
Color information
#DBE954 (or 0xDBE954) is known color: Manz. HEX triplet: DB, E9 and 54. RGB value is (219,233,84). Sum of RGB (Red+Green+Blue) = 219+233+84=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 84 (33.20% from 255 or 15.67% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE954 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE954 is #2416AB. Grayscale: #D4D4D4. Windows color (decimal): -2365100 or 5564891. OLE color: 5564891.
HSL color Cylindrical-coordinate representation of color #DBE954: hue angle of 65.64º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBE954 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 84 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.09 |
| HSL | 65.64º | 0.77% | 0.62% | - |
| HSV(B) | 65.64º | 0.64% | 0.91% | - |
| XYZ | 59.95 | 73.98 | 19.51 | - |
| YUV | 211.83 | 55.86 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 84 | 0.06 | 0 | 0.64 | 0.09 | 65.64 | 0.77 | 0.62 |
| Hex | DB | E9 | 54 | 6 | 0 | 40 | 9 | 42 | 4D | 3E |
| Octal | 333 | 351 | 124 | 6 | 0 | 100 | 11 | 102 | 115 | 76 |
| Binary | 11011011 | 11101001 | 1010100 | 110 | 0 | 1000000 | 1001 | 1000010 | 1001101 | 111110 |
Color Harmonies of #DBE954
Complementary color
Monochromatic Colors of #DBE954
Black with #DBE954
Text Example
Text Example
White with #DBE954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE954; }
p { color: rgb(219,233,84); }
H1.HeaderClassName
{
color: #DBE954;
}
.AnyTagClassName
{
color: #DBE954;
}
</style>
background-color css
<style>
a { background-color: #DBE954; }
a { background-color: rgb(219,233,84); }
div.DivClassName
{
background-color: #DBE954;
}
.BgClassName
{
background-color: #DBE954;
}
</style>
border-color css
<style>
span { border-color: #DBE954; }
span { border-color: rgb(219,233,84); }
td.TdClassName
{
border-color: #DBE954;
}
.TagClassName
{
border-color: #DBE954;
}
</style>