Shades of Manz #DCCF56
Tints of Manz #DCCF56
RGB
CMYK
RGB Variations
Color information
#DCCF56 (or 0xDCCF56) is known color: Manz. HEX triplet: DC, CF and 56. RGB value is (220,207,86). Sum of RGB (Red+Green+Blue) = 220+207+86=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF56 is #2330A9. Grayscale: #C5C5C5. Windows color (decimal): -2306218 or 5689308. OLE color: 5689308.
HSL color Cylindrical-coordinate representation of color #DCCF56: hue angle of 54.18º 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 #DCCF56 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 86 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.14 |
| HSL | 54.18º | 0.66% | 0.6% | - |
| HSV(B) | 54.18º | 0.61% | 0.86% | - |
| XYZ | 53.51 | 60.51 | 17.66 | - |
| YUV | 197.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 86 | 0 | 0.06 | 0.61 | 0.14 | 54.18 | 0.66 | 0.6 |
| Hex | DC | CF | 56 | 0 | 6 | 3D | E | 36 | 42 | 3C |
| Octal | 334 | 317 | 126 | 0 | 6 | 75 | 16 | 66 | 102 | 74 |
| Binary | 11011100 | 11001111 | 1010110 | 0 | 110 | 111101 | 1110 | 110110 | 1000010 | 111100 |
Color Harmonies of #DCCF56
Complementary color
Monochromatic Colors of #DCCF56
Black with #DCCF56
Text Example
Text Example
White with #DCCF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF56; }
p { color: rgb(220,207,86); }
H1.HeaderClassName
{
color: #DCCF56;
}
.AnyTagClassName
{
color: #DCCF56;
}
</style>
background-color css
<style>
a { background-color: #DCCF56; }
a { background-color: rgb(220,207,86); }
div.DivClassName
{
background-color: #DCCF56;
}
.BgClassName
{
background-color: #DCCF56;
}
</style>
border-color css
<style>
span { border-color: #DCCF56; }
span { border-color: rgb(220,207,86); }
td.TdClassName
{
border-color: #DCCF56;
}
.TagClassName
{
border-color: #DCCF56;
}
</style>