Shades of Manz #DCCF55
Tints of Manz #DCCF55
RGB
CMYK
RGB Variations
Color information
#DCCF55 (or 0xDCCF55) is known color: Manz. HEX triplet: DC, CF and 55. RGB value is (220,207,85). Sum of RGB (Red+Green+Blue) = 220+207+85=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF55 is #2330AA. Grayscale: #C5C5C5. Windows color (decimal): -2306219 or 5623772. OLE color: 5623772.
HSL color Cylindrical-coordinate representation of color #DCCF55: hue angle of 54.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCCF55 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 85 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.14 |
| HSL | 54.22º | 0.66% | 0.6% | - |
| HSV(B) | 54.22º | 0.61% | 0.86% | - |
| XYZ | 53.47 | 60.5 | 17.45 | - |
| YUV | 196.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 85 | 0 | 0.06 | 0.61 | 0.14 | 54.22 | 0.66 | 0.6 |
| Hex | DC | CF | 55 | 0 | 6 | 3D | E | 36 | 42 | 3C |
| Octal | 334 | 317 | 125 | 0 | 6 | 75 | 16 | 66 | 102 | 74 |
| Binary | 11011100 | 11001111 | 1010101 | 0 | 110 | 111101 | 1110 | 110110 | 1000010 | 111100 |
Color Harmonies of #DCCF55
Complementary color
Monochromatic Colors of #DCCF55
Black with #DCCF55
Text Example
Text Example
White with #DCCF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF55; }
p { color: rgb(220,207,85); }
H1.HeaderClassName
{
color: #DCCF55;
}
.AnyTagClassName
{
color: #DCCF55;
}
</style>
background-color css
<style>
a { background-color: #DCCF55; }
a { background-color: rgb(220,207,85); }
div.DivClassName
{
background-color: #DCCF55;
}
.BgClassName
{
background-color: #DCCF55;
}
</style>
border-color css
<style>
span { border-color: #DCCF55; }
span { border-color: rgb(220,207,85); }
td.TdClassName
{
border-color: #DCCF55;
}
.TagClassName
{
border-color: #DCCF55;
}
</style>