Shades of Manz #D9D85A
Tints of Manz #D9D85A
RGB
CMYK
RGB Variations
Color information
#D9D85A (or 0xD9D85A) is known color: Manz. HEX triplet: D9, D8 and 5A. RGB value is (217,216,90). Sum of RGB (Red+Green+Blue) = 217+216+90=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D85A is #2627A5. Grayscale: #CACACA. Windows color (decimal): -2500518 or 5953753. OLE color: 5953753.
HSL color Cylindrical-coordinate representation of color #D9D85A: hue angle of 59.53º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9D85A is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 90 | - |
| CMYK | 0 | 0.00 | 0.59 | 0.15 |
| HSL | 59.53º | 0.63% | 0.6% | - |
| HSV(B) | 59.53º | 0.59% | 0.85% | - |
| XYZ | 55.02 | 64.6 | 19.24 | - |
| YUV | 201.94 | 64.83 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 90 | 0 | 0.00 | 0.59 | 0.15 | 59.53 | 0.63 | 0.6 |
| Hex | D9 | D8 | 5A | 0 | 0 | 3B | F | 3C | 3F | 3C |
| Octal | 331 | 330 | 132 | 0 | 0 | 73 | 17 | 74 | 77 | 74 |
| Binary | 11011001 | 11011000 | 1011010 | 0 | 0 | 111011 | 1111 | 111100 | 111111 | 111100 |
Color Harmonies of #D9D85A
Complementary color
Monochromatic Colors of #D9D85A
Black with #D9D85A
Text Example
Text Example
White with #D9D85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D85A; }
p { color: rgb(217,216,90); }
H1.HeaderClassName
{
color: #D9D85A;
}
.AnyTagClassName
{
color: #D9D85A;
}
</style>
background-color css
<style>
a { background-color: #D9D85A; }
a { background-color: rgb(217,216,90); }
div.DivClassName
{
background-color: #D9D85A;
}
.BgClassName
{
background-color: #D9D85A;
}
</style>
border-color css
<style>
span { border-color: #D9D85A; }
span { border-color: rgb(217,216,90); }
td.TdClassName
{
border-color: #D9D85A;
}
.TagClassName
{
border-color: #D9D85A;
}
</style>