Shades of Manz #DCD060
Tints of Manz #DCD060
RGB
CMYK
RGB Variations
Color information
#DCD060 (or 0xDCD060) is known color: Manz. HEX triplet: DC, D0 and 60. RGB value is (220,208,96). Sum of RGB (Red+Green+Blue) = 220+208+96=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD060 is #232F9F. Grayscale: #C7C7C7. Windows color (decimal): -2305952 or 6344924. OLE color: 6344924.
HSL color Cylindrical-coordinate representation of color #DCD060: hue angle of 54.19º 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 #DCD060 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 96 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.14 |
| HSL | 54.19º | 0.64% | 0.62% | - |
| HSV(B) | 54.19º | 0.56% | 0.86% | - |
| XYZ | 54.18 | 61.17 | 20.02 | - |
| YUV | 198.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 96 | 0 | 0.05 | 0.56 | 0.14 | 54.19 | 0.64 | 0.62 |
| Hex | DC | D0 | 60 | 0 | 5 | 38 | E | 36 | 40 | 3E |
| Octal | 334 | 320 | 140 | 0 | 5 | 70 | 16 | 66 | 100 | 76 |
| Binary | 11011100 | 11010000 | 1100000 | 0 | 101 | 111000 | 1110 | 110110 | 1000000 | 111110 |
Color Harmonies of #DCD060
Complementary color
Monochromatic Colors of #DCD060
Black with #DCD060
Text Example
Text Example
White with #DCD060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD060; }
p { color: rgb(220,208,96); }
H1.HeaderClassName
{
color: #DCD060;
}
.AnyTagClassName
{
color: #DCD060;
}
</style>
background-color css
<style>
a { background-color: #DCD060; }
a { background-color: rgb(220,208,96); }
div.DivClassName
{
background-color: #DCD060;
}
.BgClassName
{
background-color: #DCD060;
}
</style>
border-color css
<style>
span { border-color: #DCD060; }
span { border-color: rgb(220,208,96); }
td.TdClassName
{
border-color: #DCD060;
}
.TagClassName
{
border-color: #DCD060;
}
</style>