Shades of Manz #D8D156
Tints of Manz #D8D156
RGB
CMYK
RGB Variations
Color information
#D8D156 (or 0xD8D156) is known color: Manz. HEX triplet: D8, D1 and 56. RGB value is (216,209,86). Sum of RGB (Red+Green+Blue) = 216+209+86=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D156 is #272EA9. Grayscale: #C5C5C5. Windows color (decimal): -2567850 or 5689816. OLE color: 5689816.
HSL color Cylindrical-coordinate representation of color #D8D156: hue angle of 56.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8D156 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 86 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.15 |
| HSL | 56.77º | 0.63% | 0.59% | - |
| HSV(B) | 56.77º | 0.6% | 0.85% | - |
| XYZ | 52.8 | 60.87 | 17.77 | - |
| YUV | 197.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 86 | 0 | 0.03 | 0.60 | 0.15 | 56.77 | 0.63 | 0.59 |
| Hex | D8 | D1 | 56 | 0 | 3 | 3C | F | 39 | 3E | 3B |
| Octal | 330 | 321 | 126 | 0 | 3 | 74 | 17 | 71 | 76 | 73 |
| Binary | 11011000 | 11010001 | 1010110 | 0 | 11 | 111100 | 1111 | 111001 | 111110 | 111011 |
Color Harmonies of #D8D156
Complementary color
Monochromatic Colors of #D8D156
Black with #D8D156
Text Example
Text Example
White with #D8D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D156; }
p { color: rgb(216,209,86); }
H1.HeaderClassName
{
color: #D8D156;
}
.AnyTagClassName
{
color: #D8D156;
}
</style>
background-color css
<style>
a { background-color: #D8D156; }
a { background-color: rgb(216,209,86); }
div.DivClassName
{
background-color: #D8D156;
}
.BgClassName
{
background-color: #D8D156;
}
</style>
border-color css
<style>
span { border-color: #D8D156; }
span { border-color: rgb(216,209,86); }
td.TdClassName
{
border-color: #D8D156;
}
.TagClassName
{
border-color: #D8D156;
}
</style>