Shades of Manz #D9D358
Tints of Manz #D9D358
RGB
CMYK
RGB Variations
Color information
#D9D358 (or 0xD9D358) is known color: Manz. HEX triplet: D9, D3 and 58. RGB value is (217,211,88). Sum of RGB (Red+Green+Blue) = 217+211+88=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D358 is #262CA7. Grayscale: #C7C7C7. Windows color (decimal): -2501800 or 5821401. OLE color: 5821401.
HSL color Cylindrical-coordinate representation of color #D9D358: hue angle of 57.21º 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 #D9D358 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 88 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.15 |
| HSL | 57.21º | 0.63% | 0.6% | - |
| HSV(B) | 57.21º | 0.59% | 0.85% | - |
| XYZ | 53.67 | 62.04 | 18.38 | - |
| YUV | 198.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 88 | 0 | 0.03 | 0.59 | 0.15 | 57.21 | 0.63 | 0.6 |
| Hex | D9 | D3 | 58 | 0 | 3 | 3B | F | 39 | 3F | 3C |
| Octal | 331 | 323 | 130 | 0 | 3 | 73 | 17 | 71 | 77 | 74 |
| Binary | 11011001 | 11010011 | 1011000 | 0 | 11 | 111011 | 1111 | 111001 | 111111 | 111100 |
Color Harmonies of #D9D358
Complementary color
Monochromatic Colors of #D9D358
Black with #D9D358
Text Example
Text Example
White with #D9D358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D358; }
p { color: rgb(217,211,88); }
H1.HeaderClassName
{
color: #D9D358;
}
.AnyTagClassName
{
color: #D9D358;
}
</style>
background-color css
<style>
a { background-color: #D9D358; }
a { background-color: rgb(217,211,88); }
div.DivClassName
{
background-color: #D9D358;
}
.BgClassName
{
background-color: #D9D358;
}
</style>
border-color css
<style>
span { border-color: #D9D358; }
span { border-color: rgb(217,211,88); }
td.TdClassName
{
border-color: #D9D358;
}
.TagClassName
{
border-color: #D9D358;
}
</style>