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