Shades of Manz #DCCD58
Tints of Manz #DCCD58
RGB
CMYK
RGB Variations
Color information
#DCCD58 (or 0xDCCD58) is known color: Manz. HEX triplet: DC, CD and 58. RGB value is (220,205,88). Sum of RGB (Red+Green+Blue) = 220+205+88=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD58 is #2332A7. Grayscale: #C4C4C4. Windows color (decimal): -2306728 or 5819868. OLE color: 5819868.
HSL color Cylindrical-coordinate representation of color #DCCD58: hue angle of 53.18º 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 #DCCD58 is Cyan = 0, Magento = 0.07, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 88 | - |
| CMYK | 0 | 0.07 | 0.6 | 0.14 |
| HSL | 53.18º | 0.65% | 0.6% | - |
| HSV(B) | 53.18º | 0.6% | 0.86% | - |
| XYZ | 53.11 | 59.58 | 17.93 | - |
| YUV | 196.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 88 | 0 | 0.07 | 0.6 | 0.14 | 53.18 | 0.65 | 0.6 |
| Hex | DC | CD | 58 | 0 | 7 | 3C | E | 35 | 41 | 3C |
| Octal | 334 | 315 | 130 | 0 | 7 | 74 | 16 | 65 | 101 | 74 |
| Binary | 11011100 | 11001101 | 1011000 | 0 | 111 | 111100 | 1110 | 110101 | 1000001 | 111100 |
Color Harmonies of #DCCD58
Complementary color
Monochromatic Colors of #DCCD58
Black with #DCCD58
Text Example
Text Example
White with #DCCD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD58; }
p { color: rgb(220,205,88); }
H1.HeaderClassName
{
color: #DCCD58;
}
.AnyTagClassName
{
color: #DCCD58;
}
</style>
background-color css
<style>
a { background-color: #DCCD58; }
a { background-color: rgb(220,205,88); }
div.DivClassName
{
background-color: #DCCD58;
}
.BgClassName
{
background-color: #DCCD58;
}
</style>
border-color css
<style>
span { border-color: #DCCD58; }
span { border-color: rgb(220,205,88); }
td.TdClassName
{
border-color: #DCCD58;
}
.TagClassName
{
border-color: #DCCD58;
}
</style>