Shades of Manz #DCD459
Tints of Manz #DCD459
RGB
CMYK
RGB Variations
Color information
#DCD459 (or 0xDCD459) is known color: Manz. HEX triplet: DC, D4 and 59. RGB value is (220,212,89). Sum of RGB (Red+Green+Blue) = 220+212+89=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD459 is #232BA6. Grayscale: #C8C8C8. Windows color (decimal): -2304935 or 5887196. OLE color: 5887196.
HSL color Cylindrical-coordinate representation of color #DCD459: hue angle of 56.34º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCD459 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 89 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.14 |
| HSL | 56.34º | 0.65% | 0.61% | - |
| HSV(B) | 56.34º | 0.6% | 0.86% | - |
| XYZ | 54.86 | 63.02 | 18.72 | - |
| YUV | 200.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 89 | 0 | 0.04 | 0.60 | 0.14 | 56.34 | 0.65 | 0.61 |
| Hex | DC | D4 | 59 | 0 | 4 | 3C | E | 38 | 41 | 3D |
| Octal | 334 | 324 | 131 | 0 | 4 | 74 | 16 | 70 | 101 | 75 |
| Binary | 11011100 | 11010100 | 1011001 | 0 | 100 | 111100 | 1110 | 111000 | 1000001 | 111101 |
Color Harmonies of #DCD459
Complementary color
Monochromatic Colors of #DCD459
Black with #DCD459
Text Example
Text Example
White with #DCD459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD459; }
p { color: rgb(220,212,89); }
H1.HeaderClassName
{
color: #DCD459;
}
.AnyTagClassName
{
color: #DCD459;
}
</style>
background-color css
<style>
a { background-color: #DCD459; }
a { background-color: rgb(220,212,89); }
div.DivClassName
{
background-color: #DCD459;
}
.BgClassName
{
background-color: #DCD459;
}
</style>
border-color css
<style>
span { border-color: #DCD459; }
span { border-color: rgb(220,212,89); }
td.TdClassName
{
border-color: #DCD459;
}
.TagClassName
{
border-color: #DCD459;
}
</style>