Shades of Manz #DBDA59
Tints of Manz #DBDA59
RGB
CMYK
RGB Variations
Color information
#DBDA59 (or 0xDBDA59) is known color: Manz. HEX triplet: DB, DA and 59. RGB value is (219,218,89). Sum of RGB (Red+Green+Blue) = 219+218+89=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 89 (35.16% from 255 or 16.92% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA59 is #2425A6. Grayscale: #CCCCCC. Windows color (decimal): -2368935 or 5888731. OLE color: 5888731.
HSL color Cylindrical-coordinate representation of color #DBDA59: hue angle of 59.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBDA59 is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 89 | - |
| CMYK | 0 | 0.00 | 0.59 | 0.14 |
| HSL | 59.54º | 0.64% | 0.6% | - |
| HSV(B) | 59.54º | 0.59% | 0.86% | - |
| XYZ | 56.09 | 65.92 | 19.22 | - |
| YUV | 203.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 89 | 0 | 0.00 | 0.59 | 0.14 | 59.54 | 0.64 | 0.6 |
| Hex | DB | DA | 59 | 0 | 0 | 3B | E | 3C | 40 | 3C |
| Octal | 333 | 332 | 131 | 0 | 0 | 73 | 16 | 74 | 100 | 74 |
| Binary | 11011011 | 11011010 | 1011001 | 0 | 0 | 111011 | 1110 | 111100 | 1000000 | 111100 |
Color Harmonies of #DBDA59
Complementary color
Monochromatic Colors of #DBDA59
Black with #DBDA59
Text Example
Text Example
White with #DBDA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA59; }
p { color: rgb(219,218,89); }
H1.HeaderClassName
{
color: #DBDA59;
}
.AnyTagClassName
{
color: #DBDA59;
}
</style>
background-color css
<style>
a { background-color: #DBDA59; }
a { background-color: rgb(219,218,89); }
div.DivClassName
{
background-color: #DBDA59;
}
.BgClassName
{
background-color: #DBDA59;
}
</style>
border-color css
<style>
span { border-color: #DBDA59; }
span { border-color: rgb(219,218,89); }
td.TdClassName
{
border-color: #DBDA59;
}
.TagClassName
{
border-color: #DBDA59;
}
</style>