Shades of Manz #DCD260
Tints of Manz #DCD260
RGB
CMYK
RGB Variations
Color information
#DCD260 (or 0xDCD260) is known color: Manz. HEX triplet: DC, D2 and 60. RGB value is (220,210,96). Sum of RGB (Red+Green+Blue) = 220+210+96=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD260 is #232D9F. Grayscale: #C8C8C8. Windows color (decimal): -2305440 or 6345436. OLE color: 6345436.
HSL color Cylindrical-coordinate representation of color #DCD260: hue angle of 55.16º 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 #DCD260 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 96 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.14 |
| HSL | 55.16º | 0.64% | 0.62% | - |
| HSV(B) | 55.16º | 0.56% | 0.86% | - |
| XYZ | 54.67 | 62.15 | 20.18 | - |
| YUV | 199.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 96 | 0 | 0.05 | 0.56 | 0.14 | 55.16 | 0.64 | 0.62 |
| Hex | DC | D2 | 60 | 0 | 5 | 38 | E | 37 | 40 | 3E |
| Octal | 334 | 322 | 140 | 0 | 5 | 70 | 16 | 67 | 100 | 76 |
| Binary | 11011100 | 11010010 | 1100000 | 0 | 101 | 111000 | 1110 | 110111 | 1000000 | 111110 |
Color Harmonies of #DCD260
Complementary color
Monochromatic Colors of #DCD260
Black with #DCD260
Text Example
Text Example
White with #DCD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD260; }
p { color: rgb(220,210,96); }
H1.HeaderClassName
{
color: #DCD260;
}
.AnyTagClassName
{
color: #DCD260;
}
</style>
background-color css
<style>
a { background-color: #DCD260; }
a { background-color: rgb(220,210,96); }
div.DivClassName
{
background-color: #DCD260;
}
.BgClassName
{
background-color: #DCD260;
}
</style>
border-color css
<style>
span { border-color: #DCD260; }
span { border-color: rgb(220,210,96); }
td.TdClassName
{
border-color: #DCD260;
}
.TagClassName
{
border-color: #DCD260;
}
</style>