Shades of Manz #DBDB55
Tints of Manz #DBDB55
RGB
CMYK
RGB Variations
Color information
#DBDB55 (or 0xDBDB55) is known color: Manz. HEX triplet: DB, DB and 55. RGB value is (219,219,85). Sum of RGB (Red+Green+Blue) = 219+219+85=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB55 is #2424AA. Grayscale: #CCCCCC. Windows color (decimal): -2368683 or 5626843. OLE color: 5626843.
HSL color Cylindrical-coordinate representation of color #DBDB55: hue angle of 60º 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 #DBDB55 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 85 | - |
| CMYK | 0 | 0 | 0.61 | 0.14 |
| HSL | 60º | 0.65% | 0.6% | - |
| HSV(B) | 60º | 0.61% | 0.86% | - |
| XYZ | 56.18 | 66.38 | 18.45 | - |
| YUV | 203.72 | 61 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 85 | 0 | 0 | 0.61 | 0.14 | 60 | 0.65 | 0.6 |
| Hex | DB | DB | 55 | 0 | 0 | 3D | E | 3C | 41 | 3C |
| Octal | 333 | 333 | 125 | 0 | 0 | 75 | 16 | 74 | 101 | 74 |
| Binary | 11011011 | 11011011 | 1010101 | 0 | 0 | 111101 | 1110 | 111100 | 1000001 | 111100 |
Color Harmonies of #DBDB55
Complementary color
Monochromatic Colors of #DBDB55
Black with #DBDB55
Text Example
Text Example
White with #DBDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB55; }
p { color: rgb(219,219,85); }
H1.HeaderClassName
{
color: #DBDB55;
}
.AnyTagClassName
{
color: #DBDB55;
}
</style>
background-color css
<style>
a { background-color: #DBDB55; }
a { background-color: rgb(219,219,85); }
div.DivClassName
{
background-color: #DBDB55;
}
.BgClassName
{
background-color: #DBDB55;
}
</style>
border-color css
<style>
span { border-color: #DBDB55; }
span { border-color: rgb(219,219,85); }
td.TdClassName
{
border-color: #DBDB55;
}
.TagClassName
{
border-color: #DBDB55;
}
</style>