Shades of Manz #DCCC58
Tints of Manz #DCCC58
RGB
CMYK
RGB Variations
Color information
#DCCC58 (or 0xDCCC58) is known color: Manz. HEX triplet: DC, CC and 58. RGB value is (220,204,88). Sum of RGB (Red+Green+Blue) = 220+204+88=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC58 is #2333A7. Grayscale: #C4C4C4. Windows color (decimal): -2306984 or 5819612. OLE color: 5819612.
HSL color Cylindrical-coordinate representation of color #DCCC58: hue angle of 52.73º 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 #DCCC58 is Cyan = 0, Magento = 0.07, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 88 | - |
| CMYK | 0 | 0.07 | 0.6 | 0.14 |
| HSL | 52.73º | 0.65% | 0.6% | - |
| HSV(B) | 52.73º | 0.6% | 0.86% | - |
| XYZ | 52.87 | 59.11 | 17.85 | - |
| YUV | 195.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 88 | 0 | 0.07 | 0.6 | 0.14 | 52.73 | 0.65 | 0.6 |
| Hex | DC | CC | 58 | 0 | 7 | 3C | E | 35 | 41 | 3C |
| Octal | 334 | 314 | 130 | 0 | 7 | 74 | 16 | 65 | 101 | 74 |
| Binary | 11011100 | 11001100 | 1011000 | 0 | 111 | 111100 | 1110 | 110101 | 1000001 | 111100 |
Color Harmonies of #DCCC58
Complementary color
Monochromatic Colors of #DCCC58
Black with #DCCC58
Text Example
Text Example
White with #DCCC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC58; }
p { color: rgb(220,204,88); }
H1.HeaderClassName
{
color: #DCCC58;
}
.AnyTagClassName
{
color: #DCCC58;
}
</style>
background-color css
<style>
a { background-color: #DCCC58; }
a { background-color: rgb(220,204,88); }
div.DivClassName
{
background-color: #DCCC58;
}
.BgClassName
{
background-color: #DCCC58;
}
</style>
border-color css
<style>
span { border-color: #DCCC58; }
span { border-color: rgb(220,204,88); }
td.TdClassName
{
border-color: #DCCC58;
}
.TagClassName
{
border-color: #DCCC58;
}
</style>