Shades of Manz #D9D060
Tints of Manz #D9D060
RGB
CMYK
RGB Variations
Color information
#D9D060 (or 0xD9D060) is known color: Manz. HEX triplet: D9, D0 and 60. RGB value is (217,208,96). Sum of RGB (Red+Green+Blue) = 217+208+96=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D060 is #262F9F. Grayscale: #C6C6C6. Windows color (decimal): -2502560 or 6344921. OLE color: 6344921.
HSL color Cylindrical-coordinate representation of color #D9D060: hue angle of 55.54º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9D060 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 96 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.15 |
| HSL | 55.54º | 0.61% | 0.61% | - |
| HSV(B) | 55.54º | 0.56% | 0.85% | - |
| XYZ | 53.28 | 60.71 | 19.98 | - |
| YUV | 197.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 96 | 0 | 0.04 | 0.56 | 0.15 | 55.54 | 0.61 | 0.61 |
| Hex | D9 | D0 | 60 | 0 | 4 | 38 | F | 38 | 3D | 3D |
| Octal | 331 | 320 | 140 | 0 | 4 | 70 | 17 | 70 | 75 | 75 |
| Binary | 11011001 | 11010000 | 1100000 | 0 | 100 | 111000 | 1111 | 111000 | 111101 | 111101 |
Color Harmonies of #D9D060
Complementary color
Monochromatic Colors of #D9D060
Black with #D9D060
Text Example
Text Example
White with #D9D060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D060; }
p { color: rgb(217,208,96); }
H1.HeaderClassName
{
color: #D9D060;
}
.AnyTagClassName
{
color: #D9D060;
}
</style>
background-color css
<style>
a { background-color: #D9D060; }
a { background-color: rgb(217,208,96); }
div.DivClassName
{
background-color: #D9D060;
}
.BgClassName
{
background-color: #D9D060;
}
</style>
border-color css
<style>
span { border-color: #D9D060; }
span { border-color: rgb(217,208,96); }
td.TdClassName
{
border-color: #D9D060;
}
.TagClassName
{
border-color: #D9D060;
}
</style>