Shades of Manz #D8D955
Tints of Manz #D8D955
RGB
CMYK
RGB Variations
Color information
#D8D955 (or 0xD8D955) is known color: Manz. HEX triplet: D8, D9 and 55. RGB value is (216,217,85). Sum of RGB (Red+Green+Blue) = 216+217+85=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D955 is #2726AA. Grayscale: #CACACA. Windows color (decimal): -2565803 or 5626328. OLE color: 5626328.
HSL color Cylindrical-coordinate representation of color #D8D955: hue angle of 60.45º 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 #D8D955 is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 217 | 85 | - |
| CMYK | 0.00 | 0 | 0.61 | 0.15 |
| HSL | 60.45º | 0.63% | 0.59% | - |
| HSV(B) | 60.45º | 0.61% | 0.85% | - |
| XYZ | 54.77 | 64.88 | 18.23 | - |
| YUV | 201.65 | 62.17 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 85 | 0.00 | 0 | 0.61 | 0.15 | 60.45 | 0.63 | 0.59 |
| Hex | D8 | D9 | 55 | 0 | 0 | 3D | F | 3C | 3F | 3B |
| Octal | 330 | 331 | 125 | 0 | 0 | 75 | 17 | 74 | 77 | 73 |
| Binary | 11011000 | 11011001 | 1010101 | 0 | 0 | 111101 | 1111 | 111100 | 111111 | 111011 |
Color Harmonies of #D8D955
Complementary color
Monochromatic Colors of #D8D955
Black with #D8D955
Text Example
Text Example
White with #D8D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D955; }
p { color: rgb(216,217,85); }
H1.HeaderClassName
{
color: #D8D955;
}
.AnyTagClassName
{
color: #D8D955;
}
</style>
background-color css
<style>
a { background-color: #D8D955; }
a { background-color: rgb(216,217,85); }
div.DivClassName
{
background-color: #D8D955;
}
.BgClassName
{
background-color: #D8D955;
}
</style>
border-color css
<style>
span { border-color: #D8D955; }
span { border-color: rgb(216,217,85); }
td.TdClassName
{
border-color: #D8D955;
}
.TagClassName
{
border-color: #D8D955;
}
</style>