Shades of Manz #D5D854
Tints of Manz #D5D854
RGB
CMYK
RGB Variations
Color information
#D5D854 (or 0xD5D854) is known color: Manz. HEX triplet: D5, D8 and 54. RGB value is (213,216,84). Sum of RGB (Red+Green+Blue) = 213+216+84=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D854 is #2A27AB. Grayscale: #C8C8C8. Windows color (decimal): -2762668 or 5560533. OLE color: 5560533.
HSL color Cylindrical-coordinate representation of color #D5D854: hue angle of 61.36º 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 #D5D854 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 84 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.15 |
| HSL | 61.36º | 0.63% | 0.59% | - |
| HSV(B) | 61.36º | 0.61% | 0.85% | - |
| XYZ | 53.6 | 63.9 | 17.9 | - |
| YUV | 200.06 | 62.51 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 84 | 0.01 | 0 | 0.61 | 0.15 | 61.36 | 0.63 | 0.59 |
| Hex | D5 | D8 | 54 | 1 | 0 | 3D | F | 3D | 3F | 3B |
| Octal | 325 | 330 | 124 | 1 | 0 | 75 | 17 | 75 | 77 | 73 |
| Binary | 11010101 | 11011000 | 1010100 | 1 | 0 | 111101 | 1111 | 111101 | 111111 | 111011 |
Color Harmonies of #D5D854
Complementary color
Monochromatic Colors of #D5D854
Black with #D5D854
Text Example
Text Example
White with #D5D854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D854; }
p { color: rgb(213,216,84); }
H1.HeaderClassName
{
color: #D5D854;
}
.AnyTagClassName
{
color: #D5D854;
}
</style>
background-color css
<style>
a { background-color: #D5D854; }
a { background-color: rgb(213,216,84); }
div.DivClassName
{
background-color: #D5D854;
}
.BgClassName
{
background-color: #D5D854;
}
</style>
border-color css
<style>
span { border-color: #D5D854; }
span { border-color: rgb(213,216,84); }
td.TdClassName
{
border-color: #D5D854;
}
.TagClassName
{
border-color: #D5D854;
}
</style>