Shades of Manz #D9D64E
Tints of Manz #D9D64E
RGB
CMYK
RGB Variations
Color information
#D9D64E (or 0xD9D64E) is known color: Manz. HEX triplet: D9, D6 and 4E. RGB value is (217,214,78). Sum of RGB (Red+Green+Blue) = 217+214+78=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D64E is #2629B1. Grayscale: #C7C7C7. Windows color (decimal): -2501042 or 5166809. OLE color: 5166809.
HSL color Cylindrical-coordinate representation of color #D9D64E: hue angle of 58.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9D64E is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 78 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.15 |
| HSL | 58.71º | 0.65% | 0.58% | - |
| HSV(B) | 58.71º | 0.64% | 0.85% | - |
| XYZ | 54.04 | 63.39 | 16.6 | - |
| YUV | 199.39 | 59.49 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 78 | 0 | 0.01 | 0.64 | 0.15 | 58.71 | 0.65 | 0.58 |
| Hex | D9 | D6 | 4E | 0 | 1 | 40 | F | 3B | 41 | 3A |
| Octal | 331 | 326 | 116 | 0 | 1 | 100 | 17 | 73 | 101 | 72 |
| Binary | 11011001 | 11010110 | 1001110 | 0 | 1 | 1000000 | 1111 | 111011 | 1000001 | 111010 |
Color Harmonies of #D9D64E
Complementary color
Monochromatic Colors of #D9D64E
Black with #D9D64E
Text Example
Text Example
White with #D9D64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D64E; }
p { color: rgb(217,214,78); }
H1.HeaderClassName
{
color: #D9D64E;
}
.AnyTagClassName
{
color: #D9D64E;
}
</style>
background-color css
<style>
a { background-color: #D9D64E; }
a { background-color: rgb(217,214,78); }
div.DivClassName
{
background-color: #D9D64E;
}
.BgClassName
{
background-color: #D9D64E;
}
</style>
border-color css
<style>
span { border-color: #D9D64E; }
span { border-color: rgb(217,214,78); }
td.TdClassName
{
border-color: #D9D64E;
}
.TagClassName
{
border-color: #D9D64E;
}
</style>