Shades of Manz #DCD255
Tints of Manz #DCD255
RGB
CMYK
RGB Variations
Color information
#DCD255 (or 0xDCD255) is known color: Manz. HEX triplet: DC, D2 and 55. RGB value is (220,210,85). Sum of RGB (Red+Green+Blue) = 220+210+85=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD255 is #232DAA. Grayscale: #C7C7C7. Windows color (decimal): -2305451 or 5624540. OLE color: 5624540.
HSL color Cylindrical-coordinate representation of color #DCD255: hue angle of 55.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCD255 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 85 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.14 |
| HSL | 55.56º | 0.66% | 0.6% | - |
| HSV(B) | 55.56º | 0.61% | 0.86% | - |
| XYZ | 54.2 | 61.96 | 17.7 | - |
| YUV | 198.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 85 | 0 | 0.05 | 0.61 | 0.14 | 55.56 | 0.66 | 0.6 |
| Hex | DC | D2 | 55 | 0 | 5 | 3D | E | 38 | 42 | 3C |
| Octal | 334 | 322 | 125 | 0 | 5 | 75 | 16 | 70 | 102 | 74 |
| Binary | 11011100 | 11010010 | 1010101 | 0 | 101 | 111101 | 1110 | 111000 | 1000010 | 111100 |
Color Harmonies of #DCD255
Complementary color
Monochromatic Colors of #DCD255
Black with #DCD255
Text Example
Text Example
White with #DCD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD255; }
p { color: rgb(220,210,85); }
H1.HeaderClassName
{
color: #DCD255;
}
.AnyTagClassName
{
color: #DCD255;
}
</style>
background-color css
<style>
a { background-color: #DCD255; }
a { background-color: rgb(220,210,85); }
div.DivClassName
{
background-color: #DCD255;
}
.BgClassName
{
background-color: #DCD255;
}
</style>
border-color css
<style>
span { border-color: #DCD255; }
span { border-color: rgb(220,210,85); }
td.TdClassName
{
border-color: #DCD255;
}
.TagClassName
{
border-color: #DCD255;
}
</style>