Shades of Manz #D6D559
Tints of Manz #D6D559
RGB
CMYK
RGB Variations
Color information
#D6D559 (or 0xD6D559) is known color: Manz. HEX triplet: D6, D5 and 59. RGB value is (214,213,89). Sum of RGB (Red+Green+Blue) = 214+213+89=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D559 is #292AA6. Grayscale: #C7C7C7. Windows color (decimal): -2697895 or 5887446. OLE color: 5887446.
HSL color Cylindrical-coordinate representation of color #D6D559: hue angle of 59.52º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6D559 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 89 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.16 |
| HSL | 59.52º | 0.6% | 0.59% | - |
| HSV(B) | 59.52º | 0.58% | 0.84% | - |
| XYZ | 53.33 | 62.61 | 18.72 | - |
| YUV | 199.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 89 | 0 | 0.00 | 0.58 | 0.16 | 59.52 | 0.6 | 0.59 |
| Hex | D6 | D5 | 59 | 0 | 0 | 3A | 10 | 3C | 3C | 3B |
| Octal | 326 | 325 | 131 | 0 | 0 | 72 | 20 | 74 | 74 | 73 |
| Binary | 11010110 | 11010101 | 1011001 | 0 | 0 | 111010 | 10000 | 111100 | 111100 | 111011 |
Color Harmonies of #D6D559
Complementary color
Monochromatic Colors of #D6D559
Black with #D6D559
Text Example
Text Example
White with #D6D559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D559; }
p { color: rgb(214,213,89); }
H1.HeaderClassName
{
color: #D6D559;
}
.AnyTagClassName
{
color: #D6D559;
}
</style>
background-color css
<style>
a { background-color: #D6D559; }
a { background-color: rgb(214,213,89); }
div.DivClassName
{
background-color: #D6D559;
}
.BgClassName
{
background-color: #D6D559;
}
</style>
border-color css
<style>
span { border-color: #D6D559; }
span { border-color: rgb(214,213,89); }
td.TdClassName
{
border-color: #D6D559;
}
.TagClassName
{
border-color: #D6D559;
}
</style>