Shades of Manz #DBDA56
Tints of Manz #DBDA56
RGB
CMYK
RGB Variations
Color information
#DBDA56 (or 0xDBDA56) is known color: Manz. HEX triplet: DB, DA and 56. RGB value is (219,218,86). Sum of RGB (Red+Green+Blue) = 219+218+86=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA56 is #2425A9. Grayscale: #CBCBCB. Windows color (decimal): -2368938 or 5692123. OLE color: 5692123.
HSL color Cylindrical-coordinate representation of color #DBDA56: hue angle of 59.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBDA56 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 86 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.14 |
| HSL | 59.55º | 0.65% | 0.6% | - |
| HSV(B) | 59.55º | 0.61% | 0.86% | - |
| XYZ | 55.96 | 65.87 | 18.57 | - |
| YUV | 203.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 86 | 0 | 0.00 | 0.61 | 0.14 | 59.55 | 0.65 | 0.6 |
| Hex | DB | DA | 56 | 0 | 0 | 3D | E | 3C | 41 | 3C |
| Octal | 333 | 332 | 126 | 0 | 0 | 75 | 16 | 74 | 101 | 74 |
| Binary | 11011011 | 11011010 | 1010110 | 0 | 0 | 111101 | 1110 | 111100 | 1000001 | 111100 |
Color Harmonies of #DBDA56
Complementary color
Monochromatic Colors of #DBDA56
Black with #DBDA56
Text Example
Text Example
White with #DBDA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA56; }
p { color: rgb(219,218,86); }
H1.HeaderClassName
{
color: #DBDA56;
}
.AnyTagClassName
{
color: #DBDA56;
}
</style>
background-color css
<style>
a { background-color: #DBDA56; }
a { background-color: rgb(219,218,86); }
div.DivClassName
{
background-color: #DBDA56;
}
.BgClassName
{
background-color: #DBDA56;
}
</style>
border-color css
<style>
span { border-color: #DBDA56; }
span { border-color: rgb(219,218,86); }
td.TdClassName
{
border-color: #DBDA56;
}
.TagClassName
{
border-color: #DBDA56;
}
</style>