Shades of Manz #D6D851
Tints of Manz #D6D851
RGB
CMYK
RGB Variations
Color information
#D6D851 (or 0xD6D851) is known color: Manz. HEX triplet: D6, D8 and 51. RGB value is (214,216,81). Sum of RGB (Red+Green+Blue) = 214+216+81=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 81 (32.03% from 255 or 15.85% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D851 is #2927AE. Grayscale: #C8C8C8. Windows color (decimal): -2697135 or 5363926. OLE color: 5363926.
HSL color Cylindrical-coordinate representation of color #D6D851: hue angle of 60.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6D851 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 216 | 81 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.15 |
| HSL | 60.89º | 0.63% | 0.58% | - |
| HSV(B) | 60.89º | 0.63% | 0.85% | - |
| XYZ | 53.77 | 64 | 17.3 | - |
| YUV | 200.01 | 60.84 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 81 | 0.01 | 0 | 0.62 | 0.15 | 60.89 | 0.63 | 0.58 |
| Hex | D6 | D8 | 51 | 1 | 0 | 3E | F | 3D | 3F | 3A |
| Octal | 326 | 330 | 121 | 1 | 0 | 76 | 17 | 75 | 77 | 72 |
| Binary | 11010110 | 11011000 | 1010001 | 1 | 0 | 111110 | 1111 | 111101 | 111111 | 111010 |
Color Harmonies of #D6D851
Complementary color
Monochromatic Colors of #D6D851
Black with #D6D851
Text Example
Text Example
White with #D6D851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D851; }
p { color: rgb(214,216,81); }
H1.HeaderClassName
{
color: #D6D851;
}
.AnyTagClassName
{
color: #D6D851;
}
</style>
background-color css
<style>
a { background-color: #D6D851; }
a { background-color: rgb(214,216,81); }
div.DivClassName
{
background-color: #D6D851;
}
.BgClassName
{
background-color: #D6D851;
}
</style>
border-color css
<style>
span { border-color: #D6D851; }
span { border-color: rgb(214,216,81); }
td.TdClassName
{
border-color: #D6D851;
}
.TagClassName
{
border-color: #D6D851;
}
</style>