Shades of Manz #D6D459
Tints of Manz #D6D459
RGB
CMYK
RGB Variations
Color information
#D6D459 (or 0xD6D459) is known color: Manz. HEX triplet: D6, D4 and 59. RGB value is (214,212,89). Sum of RGB (Red+Green+Blue) = 214+212+89=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D459 is #292BA6. Grayscale: #C7C7C7. Windows color (decimal): -2698151 or 5887190. OLE color: 5887190.
HSL color Cylindrical-coordinate representation of color #D6D459: hue angle of 59.04º 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 #D6D459 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 89 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.16 |
| HSL | 59.04º | 0.6% | 0.59% | - |
| HSV(B) | 59.04º | 0.58% | 0.84% | - |
| XYZ | 53.08 | 62.1 | 18.64 | - |
| YUV | 198.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 89 | 0 | 0.01 | 0.58 | 0.16 | 59.04 | 0.6 | 0.59 |
| Hex | D6 | D4 | 59 | 0 | 1 | 3A | 10 | 3B | 3C | 3B |
| Octal | 326 | 324 | 131 | 0 | 1 | 72 | 20 | 73 | 74 | 73 |
| Binary | 11010110 | 11010100 | 1011001 | 0 | 1 | 111010 | 10000 | 111011 | 111100 | 111011 |
Color Harmonies of #D6D459
Complementary color
Monochromatic Colors of #D6D459
Black with #D6D459
Text Example
Text Example
White with #D6D459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D459; }
p { color: rgb(214,212,89); }
H1.HeaderClassName
{
color: #D6D459;
}
.AnyTagClassName
{
color: #D6D459;
}
</style>
background-color css
<style>
a { background-color: #D6D459; }
a { background-color: rgb(214,212,89); }
div.DivClassName
{
background-color: #D6D459;
}
.BgClassName
{
background-color: #D6D459;
}
</style>
border-color css
<style>
span { border-color: #D6D459; }
span { border-color: rgb(214,212,89); }
td.TdClassName
{
border-color: #D6D459;
}
.TagClassName
{
border-color: #D6D459;
}
</style>