Shades of Manz #D8DA56
Tints of Manz #D8DA56
RGB
CMYK
RGB Variations
Color information
#D8DA56 (or 0xD8DA56) is known color: Manz. HEX triplet: D8, DA and 56. RGB value is (216,218,86). Sum of RGB (Red+Green+Blue) = 216+218+86=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DA56 is #2725A9. Grayscale: #CACACA. Windows color (decimal): -2565546 or 5692120. OLE color: 5692120.
HSL color Cylindrical-coordinate representation of color #D8DA56: hue angle of 60.91º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8DA56 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 86 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.15 |
| HSL | 60.91º | 0.64% | 0.6% | - |
| HSV(B) | 60.91º | 0.61% | 0.85% | - |
| XYZ | 55.07 | 65.41 | 18.53 | - |
| YUV | 202.35 | 62.34 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 86 | 0.01 | 0 | 0.61 | 0.15 | 60.91 | 0.64 | 0.6 |
| Hex | D8 | DA | 56 | 1 | 0 | 3D | F | 3D | 40 | 3C |
| Octal | 330 | 332 | 126 | 1 | 0 | 75 | 17 | 75 | 100 | 74 |
| Binary | 11011000 | 11011010 | 1010110 | 1 | 0 | 111101 | 1111 | 111101 | 1000000 | 111100 |
Color Harmonies of #D8DA56
Complementary color
Monochromatic Colors of #D8DA56
Black with #D8DA56
Text Example
Text Example
White with #D8DA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA56; }
p { color: rgb(216,218,86); }
H1.HeaderClassName
{
color: #D8DA56;
}
.AnyTagClassName
{
color: #D8DA56;
}
</style>
background-color css
<style>
a { background-color: #D8DA56; }
a { background-color: rgb(216,218,86); }
div.DivClassName
{
background-color: #D8DA56;
}
.BgClassName
{
background-color: #D8DA56;
}
</style>
border-color css
<style>
span { border-color: #D8DA56; }
span { border-color: rgb(216,218,86); }
td.TdClassName
{
border-color: #D8DA56;
}
.TagClassName
{
border-color: #D8DA56;
}
</style>