Shades of Manz #D9D35A
Tints of Manz #D9D35A
RGB
CMYK
RGB Variations
Color information
#D9D35A (or 0xD9D35A) is known color: Manz. HEX triplet: D9, D3 and 5A. RGB value is (217,211,90). Sum of RGB (Red+Green+Blue) = 217+211+90=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D35A is #262CA5. Grayscale: #C7C7C7. Windows color (decimal): -2501798 or 5952473. OLE color: 5952473.
HSL color Cylindrical-coordinate representation of color #D9D35A: hue angle of 57.17º degrees, saturation: 0.63, 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 #D9D35A is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 90 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.15 |
| HSL | 57.17º | 0.63% | 0.6% | - |
| HSV(B) | 57.17º | 0.59% | 0.85% | - |
| XYZ | 53.76 | 62.08 | 18.82 | - |
| YUV | 199 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 90 | 0 | 0.03 | 0.59 | 0.15 | 57.17 | 0.63 | 0.6 |
| Hex | D9 | D3 | 5A | 0 | 3 | 3B | F | 39 | 3F | 3C |
| Octal | 331 | 323 | 132 | 0 | 3 | 73 | 17 | 71 | 77 | 74 |
| Binary | 11011001 | 11010011 | 1011010 | 0 | 11 | 111011 | 1111 | 111001 | 111111 | 111100 |
Color Harmonies of #D9D35A
Complementary color
Monochromatic Colors of #D9D35A
Black with #D9D35A
Text Example
Text Example
White with #D9D35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D35A; }
p { color: rgb(217,211,90); }
H1.HeaderClassName
{
color: #D9D35A;
}
.AnyTagClassName
{
color: #D9D35A;
}
</style>
background-color css
<style>
a { background-color: #D9D35A; }
a { background-color: rgb(217,211,90); }
div.DivClassName
{
background-color: #D9D35A;
}
.BgClassName
{
background-color: #D9D35A;
}
</style>
border-color css
<style>
span { border-color: #D9D35A; }
span { border-color: rgb(217,211,90); }
td.TdClassName
{
border-color: #D9D35A;
}
.TagClassName
{
border-color: #D9D35A;
}
</style>