Shades of Manz #D6D256
Tints of Manz #D6D256
RGB
CMYK
RGB Variations
Color information
#D6D256 (or 0xD6D256) is known color: Manz. HEX triplet: D6, D2 and 56. RGB value is (214,210,86). Sum of RGB (Red+Green+Blue) = 214+210+86=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D256 is #292DA9. Grayscale: #C5C5C5. Windows color (decimal): -2698666 or 5690070. OLE color: 5690070.
HSL color Cylindrical-coordinate representation of color #D6D256: hue angle of 58.12º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6D256 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 86 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.16 |
| HSL | 58.13º | 0.61% | 0.59% | - |
| HSV(B) | 58.13º | 0.6% | 0.84% | - |
| XYZ | 52.46 | 61.06 | 17.83 | - |
| YUV | 197.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 86 | 0 | 0.02 | 0.60 | 0.16 | 58.13 | 0.61 | 0.59 |
| Hex | D6 | D2 | 56 | 0 | 2 | 3C | 10 | 3A | 3D | 3B |
| Octal | 326 | 322 | 126 | 0 | 2 | 74 | 20 | 72 | 75 | 73 |
| Binary | 11010110 | 11010010 | 1010110 | 0 | 10 | 111100 | 10000 | 111010 | 111101 | 111011 |
Color Harmonies of #D6D256
Complementary color
Monochromatic Colors of #D6D256
Black with #D6D256
Text Example
Text Example
White with #D6D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D256; }
p { color: rgb(214,210,86); }
H1.HeaderClassName
{
color: #D6D256;
}
.AnyTagClassName
{
color: #D6D256;
}
</style>
background-color css
<style>
a { background-color: #D6D256; }
a { background-color: rgb(214,210,86); }
div.DivClassName
{
background-color: #D6D256;
}
.BgClassName
{
background-color: #D6D256;
}
</style>
border-color css
<style>
span { border-color: #D6D256; }
span { border-color: rgb(214,210,86); }
td.TdClassName
{
border-color: #D6D256;
}
.TagClassName
{
border-color: #D6D256;
}
</style>