Shades of Manz #DCD453
Tints of Manz #DCD453
RGB
CMYK
RGB Variations
Color information
#DCD453 (or 0xDCD453) is known color: Manz. HEX triplet: DC, D4 and 53. RGB value is (220,212,83). Sum of RGB (Red+Green+Blue) = 220+212+83=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD453 is #232BAC. Grayscale: #C8C8C8. Windows color (decimal): -2304941 or 5493980. OLE color: 5493980.
HSL color Cylindrical-coordinate representation of color #DCD453: hue angle of 56.5º 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 #DCD453 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 83 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.14 |
| HSL | 56.5º | 0.66% | 0.59% | - |
| HSV(B) | 56.5º | 0.62% | 0.86% | - |
| XYZ | 54.62 | 62.93 | 17.45 | - |
| YUV | 199.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 83 | 0 | 0.04 | 0.62 | 0.14 | 56.5 | 0.66 | 0.59 |
| Hex | DC | D4 | 53 | 0 | 4 | 3E | E | 38 | 42 | 3B |
| Octal | 334 | 324 | 123 | 0 | 4 | 76 | 16 | 70 | 102 | 73 |
| Binary | 11011100 | 11010100 | 1010011 | 0 | 100 | 111110 | 1110 | 111000 | 1000010 | 111011 |
Color Harmonies of #DCD453
Complementary color
Monochromatic Colors of #DCD453
Black with #DCD453
Text Example
Text Example
White with #DCD453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD453; }
p { color: rgb(220,212,83); }
H1.HeaderClassName
{
color: #DCD453;
}
.AnyTagClassName
{
color: #DCD453;
}
</style>
background-color css
<style>
a { background-color: #DCD453; }
a { background-color: rgb(220,212,83); }
div.DivClassName
{
background-color: #DCD453;
}
.BgClassName
{
background-color: #DCD453;
}
</style>
border-color css
<style>
span { border-color: #DCD453; }
span { border-color: rgb(220,212,83); }
td.TdClassName
{
border-color: #DCD453;
}
.TagClassName
{
border-color: #DCD453;
}
</style>