Shades of Manz #D9D15A
Tints of Manz #D9D15A
RGB
CMYK
RGB Variations
Color information
#D9D15A (or 0xD9D15A) is known color: Manz. HEX triplet: D9, D1 and 5A. RGB value is (217,209,90). Sum of RGB (Red+Green+Blue) = 217+209+90=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D15A is #262EA5. Grayscale: #C6C6C6. Windows color (decimal): -2502310 or 5951961. OLE color: 5951961.
HSL color Cylindrical-coordinate representation of color #D9D15A: hue angle of 56.22º 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 #D9D15A is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 90 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.15 |
| HSL | 56.22º | 0.63% | 0.6% | - |
| HSV(B) | 56.22º | 0.59% | 0.85% | - |
| XYZ | 53.26 | 61.09 | 18.66 | - |
| YUV | 197.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 90 | 0 | 0.04 | 0.59 | 0.15 | 56.22 | 0.63 | 0.6 |
| Hex | D9 | D1 | 5A | 0 | 4 | 3B | F | 38 | 3F | 3C |
| Octal | 331 | 321 | 132 | 0 | 4 | 73 | 17 | 70 | 77 | 74 |
| Binary | 11011001 | 11010001 | 1011010 | 0 | 100 | 111011 | 1111 | 111000 | 111111 | 111100 |
Color Harmonies of #D9D15A
Complementary color
Monochromatic Colors of #D9D15A
Black with #D9D15A
Text Example
Text Example
White with #D9D15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D15A; }
p { color: rgb(217,209,90); }
H1.HeaderClassName
{
color: #D9D15A;
}
.AnyTagClassName
{
color: #D9D15A;
}
</style>
background-color css
<style>
a { background-color: #D9D15A; }
a { background-color: rgb(217,209,90); }
div.DivClassName
{
background-color: #D9D15A;
}
.BgClassName
{
background-color: #D9D15A;
}
</style>
border-color css
<style>
span { border-color: #D9D15A; }
span { border-color: rgb(217,209,90); }
td.TdClassName
{
border-color: #D9D15A;
}
.TagClassName
{
border-color: #D9D15A;
}
</style>