Shades of Manz #D7D855
Tints of Manz #D7D855
RGB
CMYK
RGB Variations
Color information
#D7D855 (or 0xD7D855) is known color: Manz. HEX triplet: D7, D8 and 55. RGB value is (215,216,85). Sum of RGB (Red+Green+Blue) = 215+216+85=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D855 is #2827AA. Grayscale: #C9C9C9. Windows color (decimal): -2631595 or 5626071. OLE color: 5626071.
HSL color Cylindrical-coordinate representation of color #D7D855: hue angle of 60.46º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7D855 is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 216 | 85 | - |
| CMYK | 0.00 | 0 | 0.61 | 0.15 |
| HSL | 60.46º | 0.63% | 0.59% | - |
| HSV(B) | 60.46º | 0.61% | 0.85% | - |
| XYZ | 54.22 | 64.21 | 18.13 | - |
| YUV | 200.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 85 | 0.00 | 0 | 0.61 | 0.15 | 60.46 | 0.63 | 0.59 |
| Hex | D7 | D8 | 55 | 0 | 0 | 3D | F | 3C | 3F | 3B |
| Octal | 327 | 330 | 125 | 0 | 0 | 75 | 17 | 74 | 77 | 73 |
| Binary | 11010111 | 11011000 | 1010101 | 0 | 0 | 111101 | 1111 | 111100 | 111111 | 111011 |
Color Harmonies of #D7D855
Complementary color
Monochromatic Colors of #D7D855
Black with #D7D855
Text Example
Text Example
White with #D7D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D855; }
p { color: rgb(215,216,85); }
H1.HeaderClassName
{
color: #D7D855;
}
.AnyTagClassName
{
color: #D7D855;
}
</style>
background-color css
<style>
a { background-color: #D7D855; }
a { background-color: rgb(215,216,85); }
div.DivClassName
{
background-color: #D7D855;
}
.BgClassName
{
background-color: #D7D855;
}
</style>
border-color css
<style>
span { border-color: #D7D855; }
span { border-color: rgb(215,216,85); }
td.TdClassName
{
border-color: #D7D855;
}
.TagClassName
{
border-color: #D7D855;
}
</style>