Shades of Manz #D7D156
Tints of Manz #D7D156
RGB
CMYK
RGB Variations
Color information
#D7D156 (or 0xD7D156) is known color: Manz. HEX triplet: D7, D1 and 56. RGB value is (215,209,86). Sum of RGB (Red+Green+Blue) = 215+209+86=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D156 is #282EA9. Grayscale: #C5C5C5. Windows color (decimal): -2633386 or 5689815. OLE color: 5689815.
HSL color Cylindrical-coordinate representation of color #D7D156: hue angle of 57.21º degrees, saturation: 0.62, 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 #D7D156 is Cyan = 0, Magento = 0.03, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 86 | - |
| CMYK | 0 | 0.03 | 0.6 | 0.16 |
| HSL | 57.21º | 0.62% | 0.59% | - |
| HSV(B) | 57.21º | 0.6% | 0.84% | - |
| XYZ | 52.5 | 60.72 | 17.76 | - |
| YUV | 196.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 86 | 0 | 0.03 | 0.6 | 0.16 | 57.21 | 0.62 | 0.59 |
| Hex | D7 | D1 | 56 | 0 | 3 | 3C | 10 | 39 | 3E | 3B |
| Octal | 327 | 321 | 126 | 0 | 3 | 74 | 20 | 71 | 76 | 73 |
| Binary | 11010111 | 11010001 | 1010110 | 0 | 11 | 111100 | 10000 | 111001 | 111110 | 111011 |
Color Harmonies of #D7D156
Complementary color
Monochromatic Colors of #D7D156
Black with #D7D156
Text Example
Text Example
White with #D7D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D156; }
p { color: rgb(215,209,86); }
H1.HeaderClassName
{
color: #D7D156;
}
.AnyTagClassName
{
color: #D7D156;
}
</style>
background-color css
<style>
a { background-color: #D7D156; }
a { background-color: rgb(215,209,86); }
div.DivClassName
{
background-color: #D7D156;
}
.BgClassName
{
background-color: #D7D156;
}
</style>
border-color css
<style>
span { border-color: #D7D156; }
span { border-color: rgb(215,209,86); }
td.TdClassName
{
border-color: #D7D156;
}
.TagClassName
{
border-color: #D7D156;
}
</style>