Shades of Manz #D9D554
Tints of Manz #D9D554
RGB
CMYK
RGB Variations
Color information
#D9D554 (or 0xD9D554) is known color: Manz. HEX triplet: D9, D5 and 54. RGB value is (217,213,84). Sum of RGB (Red+Green+Blue) = 217+213+84=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D554 is #262AAB. Grayscale: #C8C8C8. Windows color (decimal): -2501292 or 5559769. OLE color: 5559769.
HSL color Cylindrical-coordinate representation of color #D9D554: hue angle of 58.2º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9D554 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 84 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.15 |
| HSL | 58.2º | 0.64% | 0.59% | - |
| HSV(B) | 58.2º | 0.61% | 0.85% | - |
| XYZ | 54.01 | 62.98 | 17.7 | - |
| YUV | 199.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 84 | 0 | 0.02 | 0.61 | 0.15 | 58.2 | 0.64 | 0.59 |
| Hex | D9 | D5 | 54 | 0 | 2 | 3D | F | 3A | 40 | 3B |
| Octal | 331 | 325 | 124 | 0 | 2 | 75 | 17 | 72 | 100 | 73 |
| Binary | 11011001 | 11010101 | 1010100 | 0 | 10 | 111101 | 1111 | 111010 | 1000000 | 111011 |
Color Harmonies of #D9D554
Complementary color
Monochromatic Colors of #D9D554
Black with #D9D554
Text Example
Text Example
White with #D9D554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D554; }
p { color: rgb(217,213,84); }
H1.HeaderClassName
{
color: #D9D554;
}
.AnyTagClassName
{
color: #D9D554;
}
</style>
background-color css
<style>
a { background-color: #D9D554; }
a { background-color: rgb(217,213,84); }
div.DivClassName
{
background-color: #D9D554;
}
.BgClassName
{
background-color: #D9D554;
}
</style>
border-color css
<style>
span { border-color: #D9D554; }
span { border-color: rgb(217,213,84); }
td.TdClassName
{
border-color: #D9D554;
}
.TagClassName
{
border-color: #D9D554;
}
</style>