Shades of Manz #DCD552
Tints of Manz #DCD552
RGB
CMYK
RGB Variations
Color information
#DCD552 (or 0xDCD552) is known color: Manz. HEX triplet: DC, D5 and 52. RGB value is (220,213,82). Sum of RGB (Red+Green+Blue) = 220+213+82=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 82 (32.42% from 255 or 15.92% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD552 is #232AAD. Grayscale: #C8C8C8. Windows color (decimal): -2304686 or 5428700. OLE color: 5428700.
HSL color Cylindrical-coordinate representation of color #DCD552: hue angle of 56.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCD552 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 82 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.14 |
| HSL | 56.96º | 0.66% | 0.59% | - |
| HSV(B) | 56.96º | 0.63% | 0.86% | - |
| XYZ | 54.83 | 63.41 | 17.33 | - |
| YUV | 200.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 82 | 0 | 0.03 | 0.63 | 0.14 | 56.96 | 0.66 | 0.59 |
| Hex | DC | D5 | 52 | 0 | 3 | 3F | E | 39 | 42 | 3B |
| Octal | 334 | 325 | 122 | 0 | 3 | 77 | 16 | 71 | 102 | 73 |
| Binary | 11011100 | 11010101 | 1010010 | 0 | 11 | 111111 | 1110 | 111001 | 1000010 | 111011 |
Color Harmonies of #DCD552
Complementary color
Monochromatic Colors of #DCD552
Black with #DCD552
Text Example
Text Example
White with #DCD552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD552; }
p { color: rgb(220,213,82); }
H1.HeaderClassName
{
color: #DCD552;
}
.AnyTagClassName
{
color: #DCD552;
}
</style>
background-color css
<style>
a { background-color: #DCD552; }
a { background-color: rgb(220,213,82); }
div.DivClassName
{
background-color: #DCD552;
}
.BgClassName
{
background-color: #DCD552;
}
</style>
border-color css
<style>
span { border-color: #DCD552; }
span { border-color: rgb(220,213,82); }
td.TdClassName
{
border-color: #DCD552;
}
.TagClassName
{
border-color: #DCD552;
}
</style>