Shades of Manz #D9D55E
Tints of Manz #D9D55E
RGB
CMYK
RGB Variations
Color information
#D9D55E (or 0xD9D55E) is known color: Manz. HEX triplet: D9, D5 and 5E. RGB value is (217,213,94). Sum of RGB (Red+Green+Blue) = 217+213+94=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D55E is #262AA1. Grayscale: #C9C9C9. Windows color (decimal): -2501282 or 6215129. OLE color: 6215129.
HSL color Cylindrical-coordinate representation of color #D9D55E: hue angle of 58.05º 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 #D9D55E is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 94 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.15 |
| HSL | 58.05º | 0.62% | 0.61% | - |
| HSV(B) | 58.05º | 0.57% | 0.85% | - |
| XYZ | 54.43 | 63.15 | 19.91 | - |
| YUV | 200.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 94 | 0 | 0.02 | 0.57 | 0.15 | 58.05 | 0.62 | 0.61 |
| Hex | D9 | D5 | 5E | 0 | 2 | 39 | F | 3A | 3E | 3D |
| Octal | 331 | 325 | 136 | 0 | 2 | 71 | 17 | 72 | 76 | 75 |
| Binary | 11011001 | 11010101 | 1011110 | 0 | 10 | 111001 | 1111 | 111010 | 111110 | 111101 |
Color Harmonies of #D9D55E
Complementary color
Monochromatic Colors of #D9D55E
Black with #D9D55E
Text Example
Text Example
White with #D9D55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D55E; }
p { color: rgb(217,213,94); }
H1.HeaderClassName
{
color: #D9D55E;
}
.AnyTagClassName
{
color: #D9D55E;
}
</style>
background-color css
<style>
a { background-color: #D9D55E; }
a { background-color: rgb(217,213,94); }
div.DivClassName
{
background-color: #D9D55E;
}
.BgClassName
{
background-color: #D9D55E;
}
</style>
border-color css
<style>
span { border-color: #D9D55E; }
span { border-color: rgb(217,213,94); }
td.TdClassName
{
border-color: #D9D55E;
}
.TagClassName
{
border-color: #D9D55E;
}
</style>