Shades of Manz #D6D059
Tints of Manz #D6D059
RGB
CMYK
RGB Variations
Color information
#D6D059 (or 0xD6D059) is known color: Manz. HEX triplet: D6, D0 and 59. RGB value is (214,208,89). Sum of RGB (Red+Green+Blue) = 214+208+89=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D059 is #292FA6. Grayscale: #C4C4C4. Windows color (decimal): -2699175 or 5886166. OLE color: 5886166.
HSL color Cylindrical-coordinate representation of color #D6D059: hue angle of 57.12º 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 #D6D059 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 89 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.16 |
| HSL | 57.12º | 0.6% | 0.59% | - |
| HSV(B) | 57.12º | 0.58% | 0.84% | - |
| XYZ | 52.09 | 60.13 | 18.31 | - |
| YUV | 196.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 89 | 0 | 0.03 | 0.58 | 0.16 | 57.12 | 0.6 | 0.59 |
| Hex | D6 | D0 | 59 | 0 | 3 | 3A | 10 | 39 | 3C | 3B |
| Octal | 326 | 320 | 131 | 0 | 3 | 72 | 20 | 71 | 74 | 73 |
| Binary | 11010110 | 11010000 | 1011001 | 0 | 11 | 111010 | 10000 | 111001 | 111100 | 111011 |
Color Harmonies of #D6D059
Complementary color
Monochromatic Colors of #D6D059
Black with #D6D059
Text Example
Text Example
White with #D6D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D059; }
p { color: rgb(214,208,89); }
H1.HeaderClassName
{
color: #D6D059;
}
.AnyTagClassName
{
color: #D6D059;
}
</style>
background-color css
<style>
a { background-color: #D6D059; }
a { background-color: rgb(214,208,89); }
div.DivClassName
{
background-color: #D6D059;
}
.BgClassName
{
background-color: #D6D059;
}
</style>
border-color css
<style>
span { border-color: #D6D059; }
span { border-color: rgb(214,208,89); }
td.TdClassName
{
border-color: #D6D059;
}
.TagClassName
{
border-color: #D6D059;
}
</style>