Shades of Manz #DBDA60
Tints of Manz #DBDA60
RGB
CMYK
RGB Variations
Color information
#DBDA60 (or 0xDBDA60) is known color: Manz. HEX triplet: DB, DA and 60. RGB value is (219,218,96). Sum of RGB (Red+Green+Blue) = 219+218+96=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA60 is #24259F. Grayscale: #CCCCCC. Windows color (decimal): -2368928 or 6347483. OLE color: 6347483.
HSL color Cylindrical-coordinate representation of color #DBDA60: hue angle of 59.51º 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 #DBDA60 is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 96 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.14 |
| HSL | 59.51º | 0.63% | 0.62% | - |
| HSV(B) | 59.51º | 0.56% | 0.86% | - |
| XYZ | 56.4 | 66.05 | 20.84 | - |
| YUV | 204.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 96 | 0 | 0.00 | 0.56 | 0.14 | 59.51 | 0.63 | 0.62 |
| Hex | DB | DA | 60 | 0 | 0 | 38 | E | 3C | 3F | 3E |
| Octal | 333 | 332 | 140 | 0 | 0 | 70 | 16 | 74 | 77 | 76 |
| Binary | 11011011 | 11011010 | 1100000 | 0 | 0 | 111000 | 1110 | 111100 | 111111 | 111110 |
Color Harmonies of #DBDA60
Complementary color
Monochromatic Colors of #DBDA60
Black with #DBDA60
Text Example
Text Example
White with #DBDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA60; }
p { color: rgb(219,218,96); }
H1.HeaderClassName
{
color: #DBDA60;
}
.AnyTagClassName
{
color: #DBDA60;
}
</style>
background-color css
<style>
a { background-color: #DBDA60; }
a { background-color: rgb(219,218,96); }
div.DivClassName
{
background-color: #DBDA60;
}
.BgClassName
{
background-color: #DBDA60;
}
</style>
border-color css
<style>
span { border-color: #DBDA60; }
span { border-color: rgb(219,218,96); }
td.TdClassName
{
border-color: #DBDA60;
}
.TagClassName
{
border-color: #DBDA60;
}
</style>