Shades of Manz #D9D15B
Tints of Manz #D9D15B
RGB
CMYK
RGB Variations
Color information
#D9D15B (or 0xD9D15B) is known color: Manz. HEX triplet: D9, D1 and 5B. RGB value is (217,209,91). Sum of RGB (Red+Green+Blue) = 217+209+91=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D15B is #262EA4. Grayscale: #C6C6C6. Windows color (decimal): -2502309 or 6017497. OLE color: 6017497.
HSL color Cylindrical-coordinate representation of color #D9D15B: hue angle of 56.19º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9D15B is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 91 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.15 |
| HSL | 56.19º | 0.62% | 0.6% | - |
| HSV(B) | 56.19º | 0.58% | 0.85% | - |
| XYZ | 53.3 | 61.11 | 18.88 | - |
| YUV | 197.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 91 | 0 | 0.04 | 0.58 | 0.15 | 56.19 | 0.62 | 0.6 |
| Hex | D9 | D1 | 5B | 0 | 4 | 3A | F | 38 | 3E | 3C |
| Octal | 331 | 321 | 133 | 0 | 4 | 72 | 17 | 70 | 76 | 74 |
| Binary | 11011001 | 11010001 | 1011011 | 0 | 100 | 111010 | 1111 | 111000 | 111110 | 111100 |
Color Harmonies of #D9D15B
Complementary color
Monochromatic Colors of #D9D15B
Black with #D9D15B
Text Example
Text Example
White with #D9D15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D15B; }
p { color: rgb(217,209,91); }
H1.HeaderClassName
{
color: #D9D15B;
}
.AnyTagClassName
{
color: #D9D15B;
}
</style>
background-color css
<style>
a { background-color: #D9D15B; }
a { background-color: rgb(217,209,91); }
div.DivClassName
{
background-color: #D9D15B;
}
.BgClassName
{
background-color: #D9D15B;
}
</style>
border-color css
<style>
span { border-color: #D9D15B; }
span { border-color: rgb(217,209,91); }
td.TdClassName
{
border-color: #D9D15B;
}
.TagClassName
{
border-color: #D9D15B;
}
</style>