Shades of Manz #D7D358
Tints of Manz #D7D358
RGB
CMYK
RGB Variations
Color information
#D7D358 (or 0xD7D358) is known color: Manz. HEX triplet: D7, D3 and 58. RGB value is (215,211,88). Sum of RGB (Red+Green+Blue) = 215+211+88=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D358 is #282CA7. Grayscale: #C6C6C6. Windows color (decimal): -2632872 or 5821399. OLE color: 5821399.
HSL color Cylindrical-coordinate representation of color #D7D358: hue angle of 58.11º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7D358 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 88 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.16 |
| HSL | 58.11º | 0.61% | 0.59% | - |
| HSV(B) | 58.11º | 0.59% | 0.84% | - |
| XYZ | 53.08 | 61.74 | 18.35 | - |
| YUV | 198.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 88 | 0 | 0.02 | 0.59 | 0.16 | 58.11 | 0.61 | 0.59 |
| Hex | D7 | D3 | 58 | 0 | 2 | 3B | 10 | 3A | 3D | 3B |
| Octal | 327 | 323 | 130 | 0 | 2 | 73 | 20 | 72 | 75 | 73 |
| Binary | 11010111 | 11010011 | 1011000 | 0 | 10 | 111011 | 10000 | 111010 | 111101 | 111011 |
Color Harmonies of #D7D358
Complementary color
Monochromatic Colors of #D7D358
Black with #D7D358
Text Example
Text Example
White with #D7D358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D358; }
p { color: rgb(215,211,88); }
H1.HeaderClassName
{
color: #D7D358;
}
.AnyTagClassName
{
color: #D7D358;
}
</style>
background-color css
<style>
a { background-color: #D7D358; }
a { background-color: rgb(215,211,88); }
div.DivClassName
{
background-color: #D7D358;
}
.BgClassName
{
background-color: #D7D358;
}
</style>
border-color css
<style>
span { border-color: #D7D358; }
span { border-color: rgb(215,211,88); }
td.TdClassName
{
border-color: #D7D358;
}
.TagClassName
{
border-color: #D7D358;
}
</style>