Shades of Manz #DCCE56
Tints of Manz #DCCE56
RGB
CMYK
RGB Variations
Color information
#DCCE56 (or 0xDCCE56) is known color: Manz. HEX triplet: DC, CE and 56. RGB value is (220,206,86). Sum of RGB (Red+Green+Blue) = 220+206+86=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE56 is #2331A9. Grayscale: #C5C5C5. Windows color (decimal): -2306474 or 5689052. OLE color: 5689052.
HSL color Cylindrical-coordinate representation of color #DCCE56: hue angle of 53.73º 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 #DCCE56 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 86 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.14 |
| HSL | 53.73º | 0.66% | 0.6% | - |
| HSV(B) | 53.73º | 0.61% | 0.86% | - |
| XYZ | 53.27 | 60.03 | 17.58 | - |
| YUV | 196.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 86 | 0 | 0.06 | 0.61 | 0.14 | 53.73 | 0.66 | 0.6 |
| Hex | DC | CE | 56 | 0 | 6 | 3D | E | 36 | 42 | 3C |
| Octal | 334 | 316 | 126 | 0 | 6 | 75 | 16 | 66 | 102 | 74 |
| Binary | 11011100 | 11001110 | 1010110 | 0 | 110 | 111101 | 1110 | 110110 | 1000010 | 111100 |
Color Harmonies of #DCCE56
Complementary color
Monochromatic Colors of #DCCE56
Black with #DCCE56
Text Example
Text Example
White with #DCCE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE56; }
p { color: rgb(220,206,86); }
H1.HeaderClassName
{
color: #DCCE56;
}
.AnyTagClassName
{
color: #DCCE56;
}
</style>
background-color css
<style>
a { background-color: #DCCE56; }
a { background-color: rgb(220,206,86); }
div.DivClassName
{
background-color: #DCCE56;
}
.BgClassName
{
background-color: #DCCE56;
}
</style>
border-color css
<style>
span { border-color: #DCCE56; }
span { border-color: rgb(220,206,86); }
td.TdClassName
{
border-color: #DCCE56;
}
.TagClassName
{
border-color: #DCCE56;
}
</style>