Shades of Manz #D5D859
Tints of Manz #D5D859
RGB
CMYK
RGB Variations
Color information
#D5D859 (or 0xD5D859) is known color: Manz. HEX triplet: D5, D8 and 59. RGB value is (213,216,89). Sum of RGB (Red+Green+Blue) = 213+216+89=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D859 is #2A27A6. Grayscale: #C9C9C9. Windows color (decimal): -2762663 or 5888213. OLE color: 5888213.
HSL color Cylindrical-coordinate representation of color #D5D859: hue angle of 61.42º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5D859 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 89 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.15 |
| HSL | 61.42º | 0.62% | 0.6% | - |
| HSV(B) | 61.42º | 0.59% | 0.85% | - |
| XYZ | 53.8 | 63.98 | 18.96 | - |
| YUV | 200.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 89 | 0.01 | 0 | 0.59 | 0.15 | 61.42 | 0.62 | 0.6 |
| Hex | D5 | D8 | 59 | 1 | 0 | 3B | F | 3D | 3E | 3C |
| Octal | 325 | 330 | 131 | 1 | 0 | 73 | 17 | 75 | 76 | 74 |
| Binary | 11010101 | 11011000 | 1011001 | 1 | 0 | 111011 | 1111 | 111101 | 111110 | 111100 |
Color Harmonies of #D5D859
Complementary color
Monochromatic Colors of #D5D859
Black with #D5D859
Text Example
Text Example
White with #D5D859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D859; }
p { color: rgb(213,216,89); }
H1.HeaderClassName
{
color: #D5D859;
}
.AnyTagClassName
{
color: #D5D859;
}
</style>
background-color css
<style>
a { background-color: #D5D859; }
a { background-color: rgb(213,216,89); }
div.DivClassName
{
background-color: #D5D859;
}
.BgClassName
{
background-color: #D5D859;
}
</style>
border-color css
<style>
span { border-color: #D5D859; }
span { border-color: rgb(213,216,89); }
td.TdClassName
{
border-color: #D5D859;
}
.TagClassName
{
border-color: #D5D859;
}
</style>