Shades of Manz #DBE957
Tints of Manz #DBE957
RGB
CMYK
RGB Variations
Color information
#DBE957 (or 0xDBE957) is known color: Manz. HEX triplet: DB, E9 and 57. RGB value is (219,233,87). Sum of RGB (Red+Green+Blue) = 219+233+87=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 87 (34.38% from 255 or 16.14% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE957 is #2416A8. Grayscale: #D4D4D4. Windows color (decimal): -2365097 or 5761499. OLE color: 5761499.
HSL color Cylindrical-coordinate representation of color #DBE957: hue angle of 65.75º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBE957 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 87 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.09 |
| HSL | 65.75º | 0.77% | 0.63% | - |
| HSV(B) | 65.75º | 0.63% | 0.91% | - |
| XYZ | 60.07 | 74.03 | 20.14 | - |
| YUV | 212.17 | 57.36 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 87 | 0.06 | 0 | 0.63 | 0.09 | 65.75 | 0.77 | 0.63 |
| Hex | DB | E9 | 57 | 6 | 0 | 3F | 9 | 42 | 4D | 3F |
| Octal | 333 | 351 | 127 | 6 | 0 | 77 | 11 | 102 | 115 | 77 |
| Binary | 11011011 | 11101001 | 1010111 | 110 | 0 | 111111 | 1001 | 1000010 | 1001101 | 111111 |
Color Harmonies of #DBE957
Complementary color
Monochromatic Colors of #DBE957
Black with #DBE957
Text Example
Text Example
White with #DBE957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE957; }
p { color: rgb(219,233,87); }
H1.HeaderClassName
{
color: #DBE957;
}
.AnyTagClassName
{
color: #DBE957;
}
</style>
background-color css
<style>
a { background-color: #DBE957; }
a { background-color: rgb(219,233,87); }
div.DivClassName
{
background-color: #DBE957;
}
.BgClassName
{
background-color: #DBE957;
}
</style>
border-color css
<style>
span { border-color: #DBE957; }
span { border-color: rgb(219,233,87); }
td.TdClassName
{
border-color: #DBE957;
}
.TagClassName
{
border-color: #DBE957;
}
</style>