Shades of Manz #D5D159
Tints of Manz #D5D159
RGB
CMYK
RGB Variations
Color information
#D5D159 (or 0xD5D159) is known color: Manz. HEX triplet: D5, D1 and 59. RGB value is (213,209,89). Sum of RGB (Red+Green+Blue) = 213+209+89=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D159 is #2A2EA6. Grayscale: #C4C4C4. Windows color (decimal): -2764455 or 5886421. OLE color: 5886421.
HSL color Cylindrical-coordinate representation of color #D5D159: hue angle of 58.06º 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 #D5D159 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 89 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.16 |
| HSL | 58.06º | 0.6% | 0.59% | - |
| HSV(B) | 58.06º | 0.58% | 0.84% | - |
| XYZ | 52.04 | 60.47 | 18.38 | - |
| YUV | 196.52 | 67.33 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 89 | 0 | 0.02 | 0.58 | 0.16 | 58.06 | 0.6 | 0.59 |
| Hex | D5 | D1 | 59 | 0 | 2 | 3A | 10 | 3A | 3C | 3B |
| Octal | 325 | 321 | 131 | 0 | 2 | 72 | 20 | 72 | 74 | 73 |
| Binary | 11010101 | 11010001 | 1011001 | 0 | 10 | 111010 | 10000 | 111010 | 111100 | 111011 |
Color Harmonies of #D5D159
Complementary color
Monochromatic Colors of #D5D159
Black with #D5D159
Text Example
Text Example
White with #D5D159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D159; }
p { color: rgb(213,209,89); }
H1.HeaderClassName
{
color: #D5D159;
}
.AnyTagClassName
{
color: #D5D159;
}
</style>
background-color css
<style>
a { background-color: #D5D159; }
a { background-color: rgb(213,209,89); }
div.DivClassName
{
background-color: #D5D159;
}
.BgClassName
{
background-color: #D5D159;
}
</style>
border-color css
<style>
span { border-color: #D5D159; }
span { border-color: rgb(213,209,89); }
td.TdClassName
{
border-color: #D5D159;
}
.TagClassName
{
border-color: #D5D159;
}
</style>