Shades of Manz #D8DC56
Tints of Manz #D8DC56
RGB
CMYK
RGB Variations
Color information
#D8DC56 (or 0xD8DC56) is known color: Manz. HEX triplet: D8, DC and 56. RGB value is (216,220,86). Sum of RGB (Red+Green+Blue) = 216+220+86=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC56 is #2723A9. Grayscale: #CCCCCC. Windows color (decimal): -2565034 or 5692632. OLE color: 5692632.
HSL color Cylindrical-coordinate representation of color #D8DC56: hue angle of 61.79º 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 #D8DC56 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 86 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.14 |
| HSL | 61.79º | 0.66% | 0.6% | - |
| HSV(B) | 61.79º | 0.61% | 0.86% | - |
| XYZ | 55.59 | 66.46 | 18.7 | - |
| YUV | 203.53 | 61.67 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 86 | 0.02 | 0 | 0.61 | 0.14 | 61.79 | 0.66 | 0.6 |
| Hex | D8 | DC | 56 | 2 | 0 | 3D | E | 3E | 42 | 3C |
| Octal | 330 | 334 | 126 | 2 | 0 | 75 | 16 | 76 | 102 | 74 |
| Binary | 11011000 | 11011100 | 1010110 | 10 | 0 | 111101 | 1110 | 111110 | 1000010 | 111100 |
Color Harmonies of #D8DC56
Complementary color
Monochromatic Colors of #D8DC56
Black with #D8DC56
Text Example
Text Example
White with #D8DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC56; }
p { color: rgb(216,220,86); }
H1.HeaderClassName
{
color: #D8DC56;
}
.AnyTagClassName
{
color: #D8DC56;
}
</style>
background-color css
<style>
a { background-color: #D8DC56; }
a { background-color: rgb(216,220,86); }
div.DivClassName
{
background-color: #D8DC56;
}
.BgClassName
{
background-color: #D8DC56;
}
</style>
border-color css
<style>
span { border-color: #D8DC56; }
span { border-color: rgb(216,220,86); }
td.TdClassName
{
border-color: #D8DC56;
}
.TagClassName
{
border-color: #D8DC56;
}
</style>