Shades of Manz #D5D956
Tints of Manz #D5D956
RGB
CMYK
RGB Variations
Color information
#D5D956 (or 0xD5D956) is known color: Manz. HEX triplet: D5, D9 and 56. RGB value is (213,217,86). Sum of RGB (Red+Green+Blue) = 213+217+86=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D956 is #2A26A9. Grayscale: #C9C9C9. Windows color (decimal): -2762410 or 5691861. OLE color: 5691861.
HSL color Cylindrical-coordinate representation of color #D5D956: hue angle of 61.83º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5D956 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 86 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.15 |
| HSL | 61.83º | 0.63% | 0.59% | - |
| HSV(B) | 61.83º | 0.6% | 0.85% | - |
| XYZ | 53.93 | 64.44 | 18.4 | - |
| YUV | 200.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 86 | 0.02 | 0 | 0.60 | 0.15 | 61.83 | 0.63 | 0.59 |
| Hex | D5 | D9 | 56 | 2 | 0 | 3C | F | 3E | 3F | 3B |
| Octal | 325 | 331 | 126 | 2 | 0 | 74 | 17 | 76 | 77 | 73 |
| Binary | 11010101 | 11011001 | 1010110 | 10 | 0 | 111100 | 1111 | 111110 | 111111 | 111011 |
Color Harmonies of #D5D956
Complementary color
Monochromatic Colors of #D5D956
Black with #D5D956
Text Example
Text Example
White with #D5D956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D956; }
p { color: rgb(213,217,86); }
H1.HeaderClassName
{
color: #D5D956;
}
.AnyTagClassName
{
color: #D5D956;
}
</style>
background-color css
<style>
a { background-color: #D5D956; }
a { background-color: rgb(213,217,86); }
div.DivClassName
{
background-color: #D5D956;
}
.BgClassName
{
background-color: #D5D956;
}
</style>
border-color css
<style>
span { border-color: #D5D956; }
span { border-color: rgb(213,217,86); }
td.TdClassName
{
border-color: #D5D956;
}
.TagClassName
{
border-color: #D5D956;
}
</style>