Shades of Manz #D5D850
Tints of Manz #D5D850
RGB
CMYK
RGB Variations
Color information
#D5D850 (or 0xD5D850) is known color: Manz. HEX triplet: D5, D8 and 50. RGB value is (213,216,80). Sum of RGB (Red+Green+Blue) = 213+216+80=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D850 is #2A27AF. Grayscale: #C8C8C8. Windows color (decimal): -2762672 or 5298389. OLE color: 5298389.
HSL color Cylindrical-coordinate representation of color #D5D850: hue angle of 61.32º 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 #D5D850 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 80 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.15 |
| HSL | 61.32º | 0.64% | 0.58% | - |
| HSV(B) | 61.32º | 0.63% | 0.85% | - |
| XYZ | 53.44 | 63.84 | 17.09 | - |
| YUV | 199.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 80 | 0.01 | 0 | 0.63 | 0.15 | 61.32 | 0.64 | 0.58 |
| Hex | D5 | D8 | 50 | 1 | 0 | 3F | F | 3D | 40 | 3A |
| Octal | 325 | 330 | 120 | 1 | 0 | 77 | 17 | 75 | 100 | 72 |
| Binary | 11010101 | 11011000 | 1010000 | 1 | 0 | 111111 | 1111 | 111101 | 1000000 | 111010 |
Color Harmonies of #D5D850
Complementary color
Monochromatic Colors of #D5D850
Black with #D5D850
Text Example
Text Example
White with #D5D850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D850; }
p { color: rgb(213,216,80); }
H1.HeaderClassName
{
color: #D5D850;
}
.AnyTagClassName
{
color: #D5D850;
}
</style>
background-color css
<style>
a { background-color: #D5D850; }
a { background-color: rgb(213,216,80); }
div.DivClassName
{
background-color: #D5D850;
}
.BgClassName
{
background-color: #D5D850;
}
</style>
border-color css
<style>
span { border-color: #D5D850; }
span { border-color: rgb(213,216,80); }
td.TdClassName
{
border-color: #D5D850;
}
.TagClassName
{
border-color: #D5D850;
}
</style>