Shades of Manz #DBD657
Tints of Manz #DBD657
RGB
CMYK
RGB Variations
Color information
#DBD657 (or 0xDBD657) is known color: Manz. HEX triplet: DB, D6 and 57. RGB value is (219,214,87). Sum of RGB (Red+Green+Blue) = 219+214+87=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD657 is #2429A8. Grayscale: #C9C9C9. Windows color (decimal): -2369961 or 5756635. OLE color: 5756635.
HSL color Cylindrical-coordinate representation of color #DBD657: hue angle of 57.73º 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 #DBD657 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 87 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.14 |
| HSL | 57.73º | 0.65% | 0.6% | - |
| HSV(B) | 57.73º | 0.6% | 0.86% | - |
| XYZ | 54.98 | 63.84 | 18.44 | - |
| YUV | 201.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 87 | 0 | 0.02 | 0.60 | 0.14 | 57.73 | 0.65 | 0.6 |
| Hex | DB | D6 | 57 | 0 | 2 | 3C | E | 3A | 41 | 3C |
| Octal | 333 | 326 | 127 | 0 | 2 | 74 | 16 | 72 | 101 | 74 |
| Binary | 11011011 | 11010110 | 1010111 | 0 | 10 | 111100 | 1110 | 111010 | 1000001 | 111100 |
Color Harmonies of #DBD657
Complementary color
Monochromatic Colors of #DBD657
Black with #DBD657
Text Example
Text Example
White with #DBD657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD657; }
p { color: rgb(219,214,87); }
H1.HeaderClassName
{
color: #DBD657;
}
.AnyTagClassName
{
color: #DBD657;
}
</style>
background-color css
<style>
a { background-color: #DBD657; }
a { background-color: rgb(219,214,87); }
div.DivClassName
{
background-color: #DBD657;
}
.BgClassName
{
background-color: #DBD657;
}
</style>
border-color css
<style>
span { border-color: #DBD657; }
span { border-color: rgb(219,214,87); }
td.TdClassName
{
border-color: #DBD657;
}
.TagClassName
{
border-color: #DBD657;
}
</style>