Shades of Manz #DBDA57
Tints of Manz #DBDA57
RGB
CMYK
RGB Variations
Color information
#DBDA57 (or 0xDBDA57) is known color: Manz. HEX triplet: DB, DA and 57. RGB value is (219,218,87). Sum of RGB (Red+Green+Blue) = 219+218+87=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 87 (34.38% from 255 or 16.60% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA57 is #2425A8. Grayscale: #CBCBCB. Windows color (decimal): -2368937 or 5757659. OLE color: 5757659.
HSL color Cylindrical-coordinate representation of color #DBDA57: 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.6%. Process color model (Four color, CMYK) of #DBDA57 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 87 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.14 |
| HSL | 59.55º | 0.65% | 0.6% | - |
| HSV(B) | 59.55º | 0.6% | 0.86% | - |
| XYZ | 56.01 | 65.89 | 18.78 | - |
| YUV | 203.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 87 | 0 | 0.00 | 0.60 | 0.14 | 59.55 | 0.65 | 0.6 |
| Hex | DB | DA | 57 | 0 | 0 | 3C | E | 3C | 41 | 3C |
| Octal | 333 | 332 | 127 | 0 | 0 | 74 | 16 | 74 | 101 | 74 |
| Binary | 11011011 | 11011010 | 1010111 | 0 | 0 | 111100 | 1110 | 111100 | 1000001 | 111100 |
Color Harmonies of #DBDA57
Complementary color
Monochromatic Colors of #DBDA57
Black with #DBDA57
Text Example
Text Example
White with #DBDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA57; }
p { color: rgb(219,218,87); }
H1.HeaderClassName
{
color: #DBDA57;
}
.AnyTagClassName
{
color: #DBDA57;
}
</style>
background-color css
<style>
a { background-color: #DBDA57; }
a { background-color: rgb(219,218,87); }
div.DivClassName
{
background-color: #DBDA57;
}
.BgClassName
{
background-color: #DBDA57;
}
</style>
border-color css
<style>
span { border-color: #DBDA57; }
span { border-color: rgb(219,218,87); }
td.TdClassName
{
border-color: #DBDA57;
}
.TagClassName
{
border-color: #DBDA57;
}
</style>