Shades of Manz #DCD058
Tints of Manz #DCD058
RGB
CMYK
RGB Variations
Color information
#DCD058 (or 0xDCD058) is known color: Manz. HEX triplet: DC, D0 and 58. RGB value is (220,208,88). Sum of RGB (Red+Green+Blue) = 220+208+88=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD058 is #232FA7. Grayscale: #C6C6C6. Windows color (decimal): -2305960 or 5820636. OLE color: 5820636.
HSL color Cylindrical-coordinate representation of color #DCD058: hue angle of 54.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCD058 is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 88 | - |
| CMYK | 0 | 0.05 | 0.6 | 0.14 |
| HSL | 54.55º | 0.65% | 0.6% | - |
| HSV(B) | 54.55º | 0.6% | 0.86% | - |
| XYZ | 53.83 | 61.03 | 18.18 | - |
| YUV | 197.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 88 | 0 | 0.05 | 0.6 | 0.14 | 54.55 | 0.65 | 0.6 |
| Hex | DC | D0 | 58 | 0 | 5 | 3C | E | 37 | 41 | 3C |
| Octal | 334 | 320 | 130 | 0 | 5 | 74 | 16 | 67 | 101 | 74 |
| Binary | 11011100 | 11010000 | 1011000 | 0 | 101 | 111100 | 1110 | 110111 | 1000001 | 111100 |
Color Harmonies of #DCD058
Complementary color
Monochromatic Colors of #DCD058
Black with #DCD058
Text Example
Text Example
White with #DCD058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD058; }
p { color: rgb(220,208,88); }
H1.HeaderClassName
{
color: #DCD058;
}
.AnyTagClassName
{
color: #DCD058;
}
</style>
background-color css
<style>
a { background-color: #DCD058; }
a { background-color: rgb(220,208,88); }
div.DivClassName
{
background-color: #DCD058;
}
.BgClassName
{
background-color: #DCD058;
}
</style>
border-color css
<style>
span { border-color: #DCD058; }
span { border-color: rgb(220,208,88); }
td.TdClassName
{
border-color: #DCD058;
}
.TagClassName
{
border-color: #DCD058;
}
</style>