Shades of Manz #D5D059
Tints of Manz #D5D059
RGB
CMYK
RGB Variations
Color information
#D5D059 (or 0xD5D059) is known color: Manz. HEX triplet: D5, D0 and 59. RGB value is (213,208,89). Sum of RGB (Red+Green+Blue) = 213+208+89=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 89 (35.16% from 255 or 17.45% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D059 is #2A2FA6. Grayscale: #C4C4C4. Windows color (decimal): -2764711 or 5886165. OLE color: 5886165.
HSL color Cylindrical-coordinate representation of color #D5D059: hue angle of 57.58º 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 #D5D059 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 89 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.16 |
| HSL | 57.58º | 0.6% | 0.59% | - |
| HSV(B) | 57.58º | 0.58% | 0.84% | - |
| XYZ | 51.8 | 59.98 | 18.3 | - |
| YUV | 195.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 89 | 0 | 0.02 | 0.58 | 0.16 | 57.58 | 0.6 | 0.59 |
| Hex | D5 | D0 | 59 | 0 | 2 | 3A | 10 | 3A | 3C | 3B |
| Octal | 325 | 320 | 131 | 0 | 2 | 72 | 20 | 72 | 74 | 73 |
| Binary | 11010101 | 11010000 | 1011001 | 0 | 10 | 111010 | 10000 | 111010 | 111100 | 111011 |
Color Harmonies of #D5D059
Complementary color
Monochromatic Colors of #D5D059
Black with #D5D059
Text Example
Text Example
White with #D5D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D059; }
p { color: rgb(213,208,89); }
H1.HeaderClassName
{
color: #D5D059;
}
.AnyTagClassName
{
color: #D5D059;
}
</style>
background-color css
<style>
a { background-color: #D5D059; }
a { background-color: rgb(213,208,89); }
div.DivClassName
{
background-color: #D5D059;
}
.BgClassName
{
background-color: #D5D059;
}
</style>
border-color css
<style>
span { border-color: #D5D059; }
span { border-color: rgb(213,208,89); }
td.TdClassName
{
border-color: #D5D059;
}
.TagClassName
{
border-color: #D5D059;
}
</style>