Shades of Manz #DBDB60
Tints of Manz #DBDB60
RGB
CMYK
RGB Variations
Color information
#DBDB60 (or 0xDBDB60) is known color: Manz. HEX triplet: DB, DB and 60. RGB value is (219,219,96). Sum of RGB (Red+Green+Blue) = 219+219+96=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB60 is #24249F. Grayscale: #CDCDCD. Windows color (decimal): -2368672 or 6347739. OLE color: 6347739.
HSL color Cylindrical-coordinate representation of color #DBDB60: hue angle of 60º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBDB60 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 96 | - |
| CMYK | 0 | 0 | 0.56 | 0.14 |
| HSL | 60º | 0.63% | 0.62% | - |
| HSV(B) | 60º | 0.56% | 0.86% | - |
| XYZ | 56.66 | 66.57 | 20.93 | - |
| YUV | 204.98 | 66.5 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 96 | 0 | 0 | 0.56 | 0.14 | 60 | 0.63 | 0.62 |
| Hex | DB | DB | 60 | 0 | 0 | 38 | E | 3C | 3F | 3E |
| Octal | 333 | 333 | 140 | 0 | 0 | 70 | 16 | 74 | 77 | 76 |
| Binary | 11011011 | 11011011 | 1100000 | 0 | 0 | 111000 | 1110 | 111100 | 111111 | 111110 |
Color Harmonies of #DBDB60
Complementary color
Monochromatic Colors of #DBDB60
Black with #DBDB60
Text Example
Text Example
White with #DBDB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB60; }
p { color: rgb(219,219,96); }
H1.HeaderClassName
{
color: #DBDB60;
}
.AnyTagClassName
{
color: #DBDB60;
}
</style>
background-color css
<style>
a { background-color: #DBDB60; }
a { background-color: rgb(219,219,96); }
div.DivClassName
{
background-color: #DBDB60;
}
.BgClassName
{
background-color: #DBDB60;
}
</style>
border-color css
<style>
span { border-color: #DBDB60; }
span { border-color: rgb(219,219,96); }
td.TdClassName
{
border-color: #DBDB60;
}
.TagClassName
{
border-color: #DBDB60;
}
</style>