Shades of Manz #D9D85E
Tints of Manz #D9D85E
RGB
CMYK
RGB Variations
Color information
#D9D85E (or 0xD9D85E) is known color: Manz. HEX triplet: D9, D8 and 5E. RGB value is (217,216,94). Sum of RGB (Red+Green+Blue) = 217+216+94=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D85E is #2627A1. Grayscale: #CACACA. Windows color (decimal): -2500514 or 6215897. OLE color: 6215897.
HSL color Cylindrical-coordinate representation of color #D9D85E: hue angle of 59.51º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9D85E is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 94 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.15 |
| HSL | 59.51º | 0.62% | 0.61% | - |
| HSV(B) | 59.51º | 0.57% | 0.85% | - |
| XYZ | 55.19 | 64.67 | 20.16 | - |
| YUV | 202.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 94 | 0 | 0.00 | 0.57 | 0.15 | 59.51 | 0.62 | 0.61 |
| Hex | D9 | D8 | 5E | 0 | 0 | 39 | F | 3C | 3E | 3D |
| Octal | 331 | 330 | 136 | 0 | 0 | 71 | 17 | 74 | 76 | 75 |
| Binary | 11011001 | 11011000 | 1011110 | 0 | 0 | 111001 | 1111 | 111100 | 111110 | 111101 |
Color Harmonies of #D9D85E
Complementary color
Monochromatic Colors of #D9D85E
Black with #D9D85E
Text Example
Text Example
White with #D9D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D85E; }
p { color: rgb(217,216,94); }
H1.HeaderClassName
{
color: #D9D85E;
}
.AnyTagClassName
{
color: #D9D85E;
}
</style>
background-color css
<style>
a { background-color: #D9D85E; }
a { background-color: rgb(217,216,94); }
div.DivClassName
{
background-color: #D9D85E;
}
.BgClassName
{
background-color: #D9D85E;
}
</style>
border-color css
<style>
span { border-color: #D9D85E; }
span { border-color: rgb(217,216,94); }
td.TdClassName
{
border-color: #D9D85E;
}
.TagClassName
{
border-color: #D9D85E;
}
</style>