Shades of Manz #D6DC56
Tints of Manz #D6DC56
RGB
CMYK
RGB Variations
Color information
#D6DC56 (or 0xD6DC56) is known color: Manz. HEX triplet: D6, DC and 56. RGB value is (214,220,86). Sum of RGB (Red+Green+Blue) = 214+220+86=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC56 is #2923A9. Grayscale: #CBCBCB. Windows color (decimal): -2696106 or 5692630. OLE color: 5692630.
HSL color Cylindrical-coordinate representation of color #D6DC56: hue angle of 62.69º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6DC56 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 86 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.14 |
| HSL | 62.69º | 0.66% | 0.6% | - |
| HSV(B) | 62.69º | 0.61% | 0.86% | - |
| XYZ | 55 | 66.15 | 18.67 | - |
| YUV | 202.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 86 | 0.03 | 0 | 0.61 | 0.14 | 62.69 | 0.66 | 0.6 |
| Hex | D6 | DC | 56 | 3 | 0 | 3D | E | 3F | 42 | 3C |
| Octal | 326 | 334 | 126 | 3 | 0 | 75 | 16 | 77 | 102 | 74 |
| Binary | 11010110 | 11011100 | 1010110 | 11 | 0 | 111101 | 1110 | 111111 | 1000010 | 111100 |
Color Harmonies of #D6DC56
Complementary color
Monochromatic Colors of #D6DC56
Black with #D6DC56
Text Example
Text Example
White with #D6DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DC56; }
p { color: rgb(214,220,86); }
H1.HeaderClassName
{
color: #D6DC56;
}
.AnyTagClassName
{
color: #D6DC56;
}
</style>
background-color css
<style>
a { background-color: #D6DC56; }
a { background-color: rgb(214,220,86); }
div.DivClassName
{
background-color: #D6DC56;
}
.BgClassName
{
background-color: #D6DC56;
}
</style>
border-color css
<style>
span { border-color: #D6DC56; }
span { border-color: rgb(214,220,86); }
td.TdClassName
{
border-color: #D6DC56;
}
.TagClassName
{
border-color: #D6DC56;
}
</style>