Shades of Manz #DBD558
Tints of Manz #DBD558
RGB
CMYK
RGB Variations
Color information
#DBD558 (or 0xDBD558) is known color: Manz. HEX triplet: DB, D5 and 58. RGB value is (219,213,88). Sum of RGB (Red+Green+Blue) = 219+213+88=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD558 is #242AA7. Grayscale: #C9C9C9. Windows color (decimal): -2370216 or 5821915. OLE color: 5821915.
HSL color Cylindrical-coordinate representation of color #DBD558: hue angle of 57.25º 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 #DBD558 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 88 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.14 |
| HSL | 57.25º | 0.65% | 0.6% | - |
| HSV(B) | 57.25º | 0.6% | 0.86% | - |
| XYZ | 54.77 | 63.35 | 18.57 | - |
| YUV | 200.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 88 | 0 | 0.03 | 0.60 | 0.14 | 57.25 | 0.65 | 0.6 |
| Hex | DB | D5 | 58 | 0 | 3 | 3C | E | 39 | 41 | 3C |
| Octal | 333 | 325 | 130 | 0 | 3 | 74 | 16 | 71 | 101 | 74 |
| Binary | 11011011 | 11010101 | 1011000 | 0 | 11 | 111100 | 1110 | 111001 | 1000001 | 111100 |
Color Harmonies of #DBD558
Complementary color
Monochromatic Colors of #DBD558
Black with #DBD558
Text Example
Text Example
White with #DBD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD558; }
p { color: rgb(219,213,88); }
H1.HeaderClassName
{
color: #DBD558;
}
.AnyTagClassName
{
color: #DBD558;
}
</style>
background-color css
<style>
a { background-color: #DBD558; }
a { background-color: rgb(219,213,88); }
div.DivClassName
{
background-color: #DBD558;
}
.BgClassName
{
background-color: #DBD558;
}
</style>
border-color css
<style>
span { border-color: #DBD558; }
span { border-color: rgb(219,213,88); }
td.TdClassName
{
border-color: #DBD558;
}
.TagClassName
{
border-color: #DBD558;
}
</style>