Shades of Manz #DCD259
Tints of Manz #DCD259
RGB
CMYK
RGB Variations
Color information
#DCD259 (or 0xDCD259) is known color: Manz. HEX triplet: DC, D2 and 59. RGB value is (220,210,89). Sum of RGB (Red+Green+Blue) = 220+210+89=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD259 is #232DA6. Grayscale: #C7C7C7. Windows color (decimal): -2305447 or 5886684. OLE color: 5886684.
HSL color Cylindrical-coordinate representation of color #DCD259: hue angle of 55.42º 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 #DCD259 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 89 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.14 |
| HSL | 55.42º | 0.65% | 0.61% | - |
| HSV(B) | 55.42º | 0.6% | 0.86% | - |
| XYZ | 54.36 | 62.03 | 18.56 | - |
| YUV | 199.2 | 65.81 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 89 | 0 | 0.05 | 0.60 | 0.14 | 55.42 | 0.65 | 0.61 |
| Hex | DC | D2 | 59 | 0 | 5 | 3C | E | 37 | 41 | 3D |
| Octal | 334 | 322 | 131 | 0 | 5 | 74 | 16 | 67 | 101 | 75 |
| Binary | 11011100 | 11010010 | 1011001 | 0 | 101 | 111100 | 1110 | 110111 | 1000001 | 111101 |
Color Harmonies of #DCD259
Complementary color
Monochromatic Colors of #DCD259
Black with #DCD259
Text Example
Text Example
White with #DCD259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD259; }
p { color: rgb(220,210,89); }
H1.HeaderClassName
{
color: #DCD259;
}
.AnyTagClassName
{
color: #DCD259;
}
</style>
background-color css
<style>
a { background-color: #DCD259; }
a { background-color: rgb(220,210,89); }
div.DivClassName
{
background-color: #DCD259;
}
.BgClassName
{
background-color: #DCD259;
}
</style>
border-color css
<style>
span { border-color: #DCD259; }
span { border-color: rgb(220,210,89); }
td.TdClassName
{
border-color: #DCD259;
}
.TagClassName
{
border-color: #DCD259;
}
</style>