Shades of Manz #D7D556
Tints of Manz #D7D556
RGB
CMYK
RGB Variations
Color information
#D7D556 (or 0xD7D556) is known color: Manz. HEX triplet: D7, D5 and 56. RGB value is (215,213,86). Sum of RGB (Red+Green+Blue) = 215+213+86=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D556 is #282AA9. Grayscale: #C7C7C7. Windows color (decimal): -2632362 or 5690839. OLE color: 5690839.
HSL color Cylindrical-coordinate representation of color #D7D556: hue angle of 59.07º 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 #D7D556 is Cyan = 0, Magento = 0.01, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 213 | 86 | - |
| CMYK | 0 | 0.01 | 0.6 | 0.16 |
| HSL | 59.07º | 0.62% | 0.59% | - |
| HSV(B) | 59.07º | 0.6% | 0.84% | - |
| XYZ | 53.5 | 62.71 | 18.09 | - |
| YUV | 199.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 86 | 0 | 0.01 | 0.6 | 0.16 | 59.07 | 0.62 | 0.59 |
| Hex | D7 | D5 | 56 | 0 | 1 | 3C | 10 | 3B | 3E | 3B |
| Octal | 327 | 325 | 126 | 0 | 1 | 74 | 20 | 73 | 76 | 73 |
| Binary | 11010111 | 11010101 | 1010110 | 0 | 1 | 111100 | 10000 | 111011 | 111110 | 111011 |
Color Harmonies of #D7D556
Complementary color
Monochromatic Colors of #D7D556
Black with #D7D556
Text Example
Text Example
White with #D7D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D556; }
p { color: rgb(215,213,86); }
H1.HeaderClassName
{
color: #D7D556;
}
.AnyTagClassName
{
color: #D7D556;
}
</style>
background-color css
<style>
a { background-color: #D7D556; }
a { background-color: rgb(215,213,86); }
div.DivClassName
{
background-color: #D7D556;
}
.BgClassName
{
background-color: #D7D556;
}
</style>
border-color css
<style>
span { border-color: #D7D556; }
span { border-color: rgb(215,213,86); }
td.TdClassName
{
border-color: #D7D556;
}
.TagClassName
{
border-color: #D7D556;
}
</style>