Shades of Manz #D9D84A
Tints of Manz #D9D84A
RGB
CMYK
RGB Variations
Color information
#D9D84A (or 0xD9D84A) is known color: Manz. HEX triplet: D9, D8 and 4A. RGB value is (217,216,74). Sum of RGB (Red+Green+Blue) = 217+216+74=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D84A is #2627B5. Grayscale: #C8C8C8. Windows color (decimal): -2500534 or 4905177. OLE color: 4905177.
HSL color Cylindrical-coordinate representation of color #D9D84A: hue angle of 59.58º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9D84A is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 74 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.15 |
| HSL | 59.58º | 0.65% | 0.57% | - |
| HSV(B) | 59.58º | 0.66% | 0.85% | - |
| XYZ | 54.41 | 64.36 | 16.03 | - |
| YUV | 200.11 | 56.83 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 74 | 0 | 0.00 | 0.66 | 0.15 | 59.58 | 0.65 | 0.57 |
| Hex | D9 | D8 | 4A | 0 | 0 | 42 | F | 3C | 41 | 39 |
| Octal | 331 | 330 | 112 | 0 | 0 | 102 | 17 | 74 | 101 | 71 |
| Binary | 11011001 | 11011000 | 1001010 | 0 | 0 | 1000010 | 1111 | 111100 | 1000001 | 111001 |
Color Harmonies of #D9D84A
Complementary color
Monochromatic Colors of #D9D84A
Black with #D9D84A
Text Example
Text Example
White with #D9D84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D84A; }
p { color: rgb(217,216,74); }
H1.HeaderClassName
{
color: #D9D84A;
}
.AnyTagClassName
{
color: #D9D84A;
}
</style>
background-color css
<style>
a { background-color: #D9D84A; }
a { background-color: rgb(217,216,74); }
div.DivClassName
{
background-color: #D9D84A;
}
.BgClassName
{
background-color: #D9D84A;
}
</style>
border-color css
<style>
span { border-color: #D9D84A; }
span { border-color: rgb(217,216,74); }
td.TdClassName
{
border-color: #D9D84A;
}
.TagClassName
{
border-color: #D9D84A;
}
</style>