Shades of Manz #D6D156
Tints of Manz #D6D156
RGB
CMYK
RGB Variations
Color information
#D6D156 (or 0xD6D156) is known color: Manz. HEX triplet: D6, D1 and 56. RGB value is (214,209,86). Sum of RGB (Red+Green+Blue) = 214+209+86=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D156 is #292EA9. Grayscale: #C4C4C4. Windows color (decimal): -2698922 or 5689814. OLE color: 5689814.
HSL color Cylindrical-coordinate representation of color #D6D156: hue angle of 57.66º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6D156 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 86 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.16 |
| HSL | 57.66º | 0.61% | 0.59% | - |
| HSV(B) | 57.66º | 0.6% | 0.84% | - |
| XYZ | 52.21 | 60.57 | 17.74 | - |
| YUV | 196.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 86 | 0 | 0.02 | 0.60 | 0.16 | 57.66 | 0.61 | 0.59 |
| Hex | D6 | D1 | 56 | 0 | 2 | 3C | 10 | 3A | 3D | 3B |
| Octal | 326 | 321 | 126 | 0 | 2 | 74 | 20 | 72 | 75 | 73 |
| Binary | 11010110 | 11010001 | 1010110 | 0 | 10 | 111100 | 10000 | 111010 | 111101 | 111011 |
Color Harmonies of #D6D156
Complementary color
Monochromatic Colors of #D6D156
Black with #D6D156
Text Example
Text Example
White with #D6D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D156; }
p { color: rgb(214,209,86); }
H1.HeaderClassName
{
color: #D6D156;
}
.AnyTagClassName
{
color: #D6D156;
}
</style>
background-color css
<style>
a { background-color: #D6D156; }
a { background-color: rgb(214,209,86); }
div.DivClassName
{
background-color: #D6D156;
}
.BgClassName
{
background-color: #D6D156;
}
</style>
border-color css
<style>
span { border-color: #D6D156; }
span { border-color: rgb(214,209,86); }
td.TdClassName
{
border-color: #D6D156;
}
.TagClassName
{
border-color: #D6D156;
}
</style>