Shades of Manz #DBDC60
Tints of Manz #DBDC60
RGB
CMYK
RGB Variations
Color information
#DBDC60 (or 0xDBDC60) is known color: Manz. HEX triplet: DB, DC and 60. RGB value is (219,220,96). Sum of RGB (Red+Green+Blue) = 219+220+96=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC60 is #24239F. Grayscale: #CECECE. Windows color (decimal): -2368416 or 6347995. OLE color: 6347995.
HSL color Cylindrical-coordinate representation of color #DBDC60: hue angle of 60.48º degrees, saturation: 0.64, 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 #DBDC60 is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 96 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.14 |
| HSL | 60.48º | 0.64% | 0.62% | - |
| HSV(B) | 60.48º | 0.56% | 0.86% | - |
| XYZ | 56.92 | 67.09 | 21.02 | - |
| YUV | 205.57 | 66.17 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 96 | 0.00 | 0 | 0.56 | 0.14 | 60.48 | 0.64 | 0.62 |
| Hex | DB | DC | 60 | 0 | 0 | 38 | E | 3C | 40 | 3E |
| Octal | 333 | 334 | 140 | 0 | 0 | 70 | 16 | 74 | 100 | 76 |
| Binary | 11011011 | 11011100 | 1100000 | 0 | 0 | 111000 | 1110 | 111100 | 1000000 | 111110 |
Color Harmonies of #DBDC60
Complementary color
Monochromatic Colors of #DBDC60
Black with #DBDC60
Text Example
Text Example
White with #DBDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC60; }
p { color: rgb(219,220,96); }
H1.HeaderClassName
{
color: #DBDC60;
}
.AnyTagClassName
{
color: #DBDC60;
}
</style>
background-color css
<style>
a { background-color: #DBDC60; }
a { background-color: rgb(219,220,96); }
div.DivClassName
{
background-color: #DBDC60;
}
.BgClassName
{
background-color: #DBDC60;
}
</style>
border-color css
<style>
span { border-color: #DBDC60; }
span { border-color: rgb(219,220,96); }
td.TdClassName
{
border-color: #DBDC60;
}
.TagClassName
{
border-color: #DBDC60;
}
</style>