Shades of Manz #DCD553
Tints of Manz #DCD553
RGB
CMYK
RGB Variations
Color information
#DCD553 (or 0xDCD553) is known color: Manz. HEX triplet: DC, D5 and 53. RGB value is (220,213,83). Sum of RGB (Red+Green+Blue) = 220+213+83=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD553 is #232AAC. Grayscale: #C8C8C8. Windows color (decimal): -2304685 or 5494236. OLE color: 5494236.
HSL color Cylindrical-coordinate representation of color #DCD553: hue angle of 56.93º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCD553 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 83 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.14 |
| HSL | 56.93º | 0.66% | 0.59% | - |
| HSV(B) | 56.93º | 0.62% | 0.86% | - |
| XYZ | 54.87 | 63.43 | 17.53 | - |
| YUV | 200.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 83 | 0 | 0.03 | 0.62 | 0.14 | 56.93 | 0.66 | 0.59 |
| Hex | DC | D5 | 53 | 0 | 3 | 3E | E | 39 | 42 | 3B |
| Octal | 334 | 325 | 123 | 0 | 3 | 76 | 16 | 71 | 102 | 73 |
| Binary | 11011100 | 11010101 | 1010011 | 0 | 11 | 111110 | 1110 | 111001 | 1000010 | 111011 |
Color Harmonies of #DCD553
Complementary color
Monochromatic Colors of #DCD553
Black with #DCD553
Text Example
Text Example
White with #DCD553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD553; }
p { color: rgb(220,213,83); }
H1.HeaderClassName
{
color: #DCD553;
}
.AnyTagClassName
{
color: #DCD553;
}
</style>
background-color css
<style>
a { background-color: #DCD553; }
a { background-color: rgb(220,213,83); }
div.DivClassName
{
background-color: #DCD553;
}
.BgClassName
{
background-color: #DCD553;
}
</style>
border-color css
<style>
span { border-color: #DCD553; }
span { border-color: rgb(220,213,83); }
td.TdClassName
{
border-color: #DCD553;
}
.TagClassName
{
border-color: #DCD553;
}
</style>