Shades of Manz #DBD659
Tints of Manz #DBD659
RGB
CMYK
RGB Variations
Color information
#DBD659 (or 0xDBD659) is known color: Manz. HEX triplet: DB, D6 and 59. RGB value is (219,214,89). Sum of RGB (Red+Green+Blue) = 219+214+89=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD659 is #2429A6. Grayscale: #C9C9C9. Windows color (decimal): -2369959 or 5887707. OLE color: 5887707.
HSL color Cylindrical-coordinate representation of color #DBD659: hue angle of 57.69º 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 #DBD659 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 89 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.14 |
| HSL | 57.69º | 0.64% | 0.6% | - |
| HSV(B) | 57.69º | 0.59% | 0.86% | - |
| XYZ | 55.06 | 63.87 | 18.88 | - |
| YUV | 201.25 | 64.66 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 89 | 0 | 0.02 | 0.59 | 0.14 | 57.69 | 0.64 | 0.6 |
| Hex | DB | D6 | 59 | 0 | 2 | 3B | E | 3A | 40 | 3C |
| Octal | 333 | 326 | 131 | 0 | 2 | 73 | 16 | 72 | 100 | 74 |
| Binary | 11011011 | 11010110 | 1011001 | 0 | 10 | 111011 | 1110 | 111010 | 1000000 | 111100 |
Color Harmonies of #DBD659
Complementary color
Monochromatic Colors of #DBD659
Black with #DBD659
Text Example
Text Example
White with #DBD659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD659; }
p { color: rgb(219,214,89); }
H1.HeaderClassName
{
color: #DBD659;
}
.AnyTagClassName
{
color: #DBD659;
}
</style>
background-color css
<style>
a { background-color: #DBD659; }
a { background-color: rgb(219,214,89); }
div.DivClassName
{
background-color: #DBD659;
}
.BgClassName
{
background-color: #DBD659;
}
</style>
border-color css
<style>
span { border-color: #DBD659; }
span { border-color: rgb(219,214,89); }
td.TdClassName
{
border-color: #DBD659;
}
.TagClassName
{
border-color: #DBD659;
}
</style>