Shades of Manz #DBE955
Tints of Manz #DBE955
RGB
CMYK
RGB Variations
Color information
#DBE955 (or 0xDBE955) is known color: Manz. HEX triplet: DB, E9 and 55. RGB value is (219,233,85). Sum of RGB (Red+Green+Blue) = 219+233+85=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE955 is #2416AA. Grayscale: #D4D4D4. Windows color (decimal): -2365099 or 5630427. OLE color: 5630427.
HSL color Cylindrical-coordinate representation of color #DBE955: hue angle of 65.68º 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 #DBE955 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 85 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.09 |
| HSL | 65.68º | 0.77% | 0.62% | - |
| HSV(B) | 65.68º | 0.64% | 0.91% | - |
| XYZ | 59.99 | 73.99 | 19.71 | - |
| YUV | 211.94 | 56.36 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 85 | 0.06 | 0 | 0.64 | 0.09 | 65.68 | 0.77 | 0.62 |
| Hex | DB | E9 | 55 | 6 | 0 | 40 | 9 | 42 | 4D | 3E |
| Octal | 333 | 351 | 125 | 6 | 0 | 100 | 11 | 102 | 115 | 76 |
| Binary | 11011011 | 11101001 | 1010101 | 110 | 0 | 1000000 | 1001 | 1000010 | 1001101 | 111110 |
Color Harmonies of #DBE955
Complementary color
Monochromatic Colors of #DBE955
Black with #DBE955
Text Example
Text Example
White with #DBE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE955; }
p { color: rgb(219,233,85); }
H1.HeaderClassName
{
color: #DBE955;
}
.AnyTagClassName
{
color: #DBE955;
}
</style>
background-color css
<style>
a { background-color: #DBE955; }
a { background-color: rgb(219,233,85); }
div.DivClassName
{
background-color: #DBE955;
}
.BgClassName
{
background-color: #DBE955;
}
</style>
border-color css
<style>
span { border-color: #DBE955; }
span { border-color: rgb(219,233,85); }
td.TdClassName
{
border-color: #DBE955;
}
.TagClassName
{
border-color: #DBE955;
}
</style>