Shades of Manz #D5D855
Tints of Manz #D5D855
RGB
CMYK
RGB Variations
Color information
#D5D855 (or 0xD5D855) is known color: Manz. HEX triplet: D5, D8 and 55. RGB value is (213,216,85). Sum of RGB (Red+Green+Blue) = 213+216+85=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D855 is #2A27AA. Grayscale: #C8C8C8. Windows color (decimal): -2762667 or 5626069. OLE color: 5626069.
HSL color Cylindrical-coordinate representation of color #D5D855: hue angle of 61.37º 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 #D5D855 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 85 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.15 |
| HSL | 61.37º | 0.63% | 0.59% | - |
| HSV(B) | 61.37º | 0.61% | 0.85% | - |
| XYZ | 53.64 | 63.91 | 18.1 | - |
| YUV | 200.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 85 | 0.01 | 0 | 0.61 | 0.15 | 61.37 | 0.63 | 0.59 |
| Hex | D5 | D8 | 55 | 1 | 0 | 3D | F | 3D | 3F | 3B |
| Octal | 325 | 330 | 125 | 1 | 0 | 75 | 17 | 75 | 77 | 73 |
| Binary | 11010101 | 11011000 | 1010101 | 1 | 0 | 111101 | 1111 | 111101 | 111111 | 111011 |
Color Harmonies of #D5D855
Complementary color
Monochromatic Colors of #D5D855
Black with #D5D855
Text Example
Text Example
White with #D5D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D855; }
p { color: rgb(213,216,85); }
H1.HeaderClassName
{
color: #D5D855;
}
.AnyTagClassName
{
color: #D5D855;
}
</style>
background-color css
<style>
a { background-color: #D5D855; }
a { background-color: rgb(213,216,85); }
div.DivClassName
{
background-color: #D5D855;
}
.BgClassName
{
background-color: #D5D855;
}
</style>
border-color css
<style>
span { border-color: #D5D855; }
span { border-color: rgb(213,216,85); }
td.TdClassName
{
border-color: #D5D855;
}
.TagClassName
{
border-color: #D5D855;
}
</style>