Shades of Manz #D4D856
Tints of Manz #D4D856
RGB
CMYK
RGB Variations
Color information
#D4D856 (or 0xD4D856) is known color: Manz. HEX triplet: D4, D8 and 56. RGB value is (212,216,86). Sum of RGB (Red+Green+Blue) = 212+216+86=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D856 is #2B27A9. Grayscale: #C8C8C8. Windows color (decimal): -2828202 or 5691604. OLE color: 5691604.
HSL color Cylindrical-coordinate representation of color #D4D856: hue angle of 61.85º degrees, saturation: 0.62, 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 #D4D856 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 86 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.15 |
| HSL | 61.85º | 0.63% | 0.59% | - |
| HSV(B) | 61.85º | 0.6% | 0.85% | - |
| XYZ | 53.39 | 63.78 | 18.3 | - |
| YUV | 199.98 | 63.67 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 86 | 0.02 | 0 | 0.60 | 0.15 | 61.85 | 0.63 | 0.59 |
| Hex | D4 | D8 | 56 | 2 | 0 | 3C | F | 3E | 3E | 3B |
| Octal | 324 | 330 | 126 | 2 | 0 | 74 | 17 | 76 | 76 | 73 |
| Binary | 11010100 | 11011000 | 1010110 | 10 | 0 | 111100 | 1111 | 111110 | 111110 | 111011 |
Color Harmonies of #D4D856
Complementary color
Monochromatic Colors of #D4D856
Black with #D4D856
Text Example
Text Example
White with #D4D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D856; }
p { color: rgb(212,216,86); }
H1.HeaderClassName
{
color: #D4D856;
}
.AnyTagClassName
{
color: #D4D856;
}
</style>
background-color css
<style>
a { background-color: #D4D856; }
a { background-color: rgb(212,216,86); }
div.DivClassName
{
background-color: #D4D856;
}
.BgClassName
{
background-color: #D4D856;
}
</style>
border-color css
<style>
span { border-color: #D4D856; }
span { border-color: rgb(212,216,86); }
td.TdClassName
{
border-color: #D4D856;
}
.TagClassName
{
border-color: #D4D856;
}
</style>