Shades of Manz #D9D85D
Tints of Manz #D9D85D
RGB
CMYK
RGB Variations
Color information
#D9D85D (or 0xD9D85D) is known color: Manz. HEX triplet: D9, D8 and 5D. RGB value is (217,216,93). Sum of RGB (Red+Green+Blue) = 217+216+93=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D85D is #2627A2. Grayscale: #CACACA. Windows color (decimal): -2500515 or 6150361. OLE color: 6150361.
HSL color Cylindrical-coordinate representation of color #D9D85D: hue angle of 59.52º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9D85D is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 93 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.15 |
| HSL | 59.52º | 0.62% | 0.61% | - |
| HSV(B) | 59.52º | 0.57% | 0.85% | - |
| XYZ | 55.15 | 64.65 | 19.93 | - |
| YUV | 202.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 93 | 0 | 0.00 | 0.57 | 0.15 | 59.52 | 0.62 | 0.61 |
| Hex | D9 | D8 | 5D | 0 | 0 | 39 | F | 3C | 3E | 3D |
| Octal | 331 | 330 | 135 | 0 | 0 | 71 | 17 | 74 | 76 | 75 |
| Binary | 11011001 | 11011000 | 1011101 | 0 | 0 | 111001 | 1111 | 111100 | 111110 | 111101 |
Color Harmonies of #D9D85D
Complementary color
Monochromatic Colors of #D9D85D
Black with #D9D85D
Text Example
Text Example
White with #D9D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D85D; }
p { color: rgb(217,216,93); }
H1.HeaderClassName
{
color: #D9D85D;
}
.AnyTagClassName
{
color: #D9D85D;
}
</style>
background-color css
<style>
a { background-color: #D9D85D; }
a { background-color: rgb(217,216,93); }
div.DivClassName
{
background-color: #D9D85D;
}
.BgClassName
{
background-color: #D9D85D;
}
</style>
border-color css
<style>
span { border-color: #D9D85D; }
span { border-color: rgb(217,216,93); }
td.TdClassName
{
border-color: #D9D85D;
}
.TagClassName
{
border-color: #D9D85D;
}
</style>