Shades of Manz #D7D850
Tints of Manz #D7D850
RGB
CMYK
RGB Variations
Color information
#D7D850 (or 0xD7D850) is known color: Manz. HEX triplet: D7, D8 and 50. RGB value is (215,216,80). Sum of RGB (Red+Green+Blue) = 215+216+80=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D850 is #2827AF. Grayscale: #C8C8C8. Windows color (decimal): -2631600 or 5298391. OLE color: 5298391.
HSL color Cylindrical-coordinate representation of color #D7D850: hue angle of 60.44º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7D850 is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 216 | 80 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.15 |
| HSL | 60.44º | 0.64% | 0.58% | - |
| HSV(B) | 60.44º | 0.63% | 0.85% | - |
| XYZ | 54.03 | 64.14 | 17.12 | - |
| YUV | 200.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 80 | 0.00 | 0 | 0.63 | 0.15 | 60.44 | 0.64 | 0.58 |
| Hex | D7 | D8 | 50 | 0 | 0 | 3F | F | 3C | 40 | 3A |
| Octal | 327 | 330 | 120 | 0 | 0 | 77 | 17 | 74 | 100 | 72 |
| Binary | 11010111 | 11011000 | 1010000 | 0 | 0 | 111111 | 1111 | 111100 | 1000000 | 111010 |
Color Harmonies of #D7D850
Complementary color
Monochromatic Colors of #D7D850
Black with #D7D850
Text Example
Text Example
White with #D7D850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D850; }
p { color: rgb(215,216,80); }
H1.HeaderClassName
{
color: #D7D850;
}
.AnyTagClassName
{
color: #D7D850;
}
</style>
background-color css
<style>
a { background-color: #D7D850; }
a { background-color: rgb(215,216,80); }
div.DivClassName
{
background-color: #D7D850;
}
.BgClassName
{
background-color: #D7D850;
}
</style>
border-color css
<style>
span { border-color: #D7D850; }
span { border-color: rgb(215,216,80); }
td.TdClassName
{
border-color: #D7D850;
}
.TagClassName
{
border-color: #D7D850;
}
</style>