Shades of Manz #DBD655
Tints of Manz #DBD655
RGB
CMYK
RGB Variations
Color information
#DBD655 (or 0xDBD655) is known color: Manz. HEX triplet: DB, D6 and 55. RGB value is (219,214,85). Sum of RGB (Red+Green+Blue) = 219+214+85=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD655 is #2429AA. Grayscale: #C9C9C9. Windows color (decimal): -2369963 or 5625563. OLE color: 5625563.
HSL color Cylindrical-coordinate representation of color #DBD655: hue angle of 57.76º 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 #DBD655 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 85 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.14 |
| HSL | 57.76º | 0.65% | 0.6% | - |
| HSV(B) | 57.76º | 0.61% | 0.86% | - |
| XYZ | 54.9 | 63.81 | 18.02 | - |
| YUV | 200.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 85 | 0 | 0.02 | 0.61 | 0.14 | 57.76 | 0.65 | 0.6 |
| Hex | DB | D6 | 55 | 0 | 2 | 3D | E | 3A | 41 | 3C |
| Octal | 333 | 326 | 125 | 0 | 2 | 75 | 16 | 72 | 101 | 74 |
| Binary | 11011011 | 11010110 | 1010101 | 0 | 10 | 111101 | 1110 | 111010 | 1000001 | 111100 |
Color Harmonies of #DBD655
Complementary color
Monochromatic Colors of #DBD655
Black with #DBD655
Text Example
Text Example
White with #DBD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD655; }
p { color: rgb(219,214,85); }
H1.HeaderClassName
{
color: #DBD655;
}
.AnyTagClassName
{
color: #DBD655;
}
</style>
background-color css
<style>
a { background-color: #DBD655; }
a { background-color: rgb(219,214,85); }
div.DivClassName
{
background-color: #DBD655;
}
.BgClassName
{
background-color: #DBD655;
}
</style>
border-color css
<style>
span { border-color: #DBD655; }
span { border-color: rgb(219,214,85); }
td.TdClassName
{
border-color: #DBD655;
}
.TagClassName
{
border-color: #DBD655;
}
</style>