Shades of Manz #D9D94C
Tints of Manz #D9D94C
RGB
CMYK
RGB Variations
Color information
#D9D94C (or 0xD9D94C) is known color: Manz. HEX triplet: D9, D9 and 4C. RGB value is (217,217,76). Sum of RGB (Red+Green+Blue) = 217+217+76=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D94C is #2626B3. Grayscale: #C9C9C9. Windows color (decimal): -2500276 or 5036505. OLE color: 5036505.
HSL color Cylindrical-coordinate representation of color #D9D94C: hue angle of 60º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9D94C is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 217 | 76 | - |
| CMYK | 0 | 0 | 0.65 | 0.15 |
| HSL | 60º | 0.65% | 0.57% | - |
| HSV(B) | 60º | 0.65% | 0.85% | - |
| XYZ | 54.73 | 64.9 | 16.48 | - |
| YUV | 200.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 217 | 76 | 0 | 0 | 0.65 | 0.15 | 60 | 0.65 | 0.57 |
| Hex | D9 | D9 | 4C | 0 | 0 | 41 | F | 3C | 41 | 39 |
| Octal | 331 | 331 | 114 | 0 | 0 | 101 | 17 | 74 | 101 | 71 |
| Binary | 11011001 | 11011001 | 1001100 | 0 | 0 | 1000001 | 1111 | 111100 | 1000001 | 111001 |
Color Harmonies of #D9D94C
Complementary color
Monochromatic Colors of #D9D94C
Black with #D9D94C
Text Example
Text Example
White with #D9D94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D94C; }
p { color: rgb(217,217,76); }
H1.HeaderClassName
{
color: #D9D94C;
}
.AnyTagClassName
{
color: #D9D94C;
}
</style>
background-color css
<style>
a { background-color: #D9D94C; }
a { background-color: rgb(217,217,76); }
div.DivClassName
{
background-color: #D9D94C;
}
.BgClassName
{
background-color: #D9D94C;
}
</style>
border-color css
<style>
span { border-color: #D9D94C; }
span { border-color: rgb(217,217,76); }
td.TdClassName
{
border-color: #D9D94C;
}
.TagClassName
{
border-color: #D9D94C;
}
</style>