Shades of Manz #D9DA56
Tints of Manz #D9DA56
RGB
CMYK
RGB Variations
Color information
#D9DA56 (or 0xD9DA56) is known color: Manz. HEX triplet: D9, DA and 56. RGB value is (217,218,86). Sum of RGB (Red+Green+Blue) = 217+218+86=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DA56 is #2625A9. Grayscale: #CBCBCB. Windows color (decimal): -2500010 or 5692121. OLE color: 5692121.
HSL color Cylindrical-coordinate representation of color #D9DA56: hue angle of 60.45º 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 #D9DA56 is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 86 | - |
| CMYK | 0.00 | 0 | 0.61 | 0.15 |
| HSL | 60.45º | 0.64% | 0.6% | - |
| HSV(B) | 60.45º | 0.61% | 0.85% | - |
| XYZ | 55.37 | 65.57 | 18.54 | - |
| YUV | 202.65 | 62.17 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 86 | 0.00 | 0 | 0.61 | 0.15 | 60.45 | 0.64 | 0.6 |
| Hex | D9 | DA | 56 | 0 | 0 | 3D | F | 3C | 40 | 3C |
| Octal | 331 | 332 | 126 | 0 | 0 | 75 | 17 | 74 | 100 | 74 |
| Binary | 11011001 | 11011010 | 1010110 | 0 | 0 | 111101 | 1111 | 111100 | 1000000 | 111100 |
Color Harmonies of #D9DA56
Complementary color
Monochromatic Colors of #D9DA56
Black with #D9DA56
Text Example
Text Example
White with #D9DA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA56; }
p { color: rgb(217,218,86); }
H1.HeaderClassName
{
color: #D9DA56;
}
.AnyTagClassName
{
color: #D9DA56;
}
</style>
background-color css
<style>
a { background-color: #D9DA56; }
a { background-color: rgb(217,218,86); }
div.DivClassName
{
background-color: #D9DA56;
}
.BgClassName
{
background-color: #D9DA56;
}
</style>
border-color css
<style>
span { border-color: #D9DA56; }
span { border-color: rgb(217,218,86); }
td.TdClassName
{
border-color: #D9DA56;
}
.TagClassName
{
border-color: #D9DA56;
}
</style>