Shades of Manz #D7D458
Tints of Manz #D7D458
RGB
CMYK
RGB Variations
Color information
#D7D458 (or 0xD7D458) is known color: Manz. HEX triplet: D7, D4 and 58. RGB value is (215,212,88). Sum of RGB (Red+Green+Blue) = 215+212+88=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D458 is #282BA7. Grayscale: #C7C7C7. Windows color (decimal): -2632616 or 5821655. OLE color: 5821655.
HSL color Cylindrical-coordinate representation of color #D7D458: hue angle of 58.58º 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 #D7D458 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 88 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.16 |
| HSL | 58.58º | 0.61% | 0.59% | - |
| HSV(B) | 58.58º | 0.59% | 0.84% | - |
| XYZ | 53.33 | 62.24 | 18.44 | - |
| YUV | 198.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 88 | 0 | 0.01 | 0.59 | 0.16 | 58.58 | 0.61 | 0.59 |
| Hex | D7 | D4 | 58 | 0 | 1 | 3B | 10 | 3B | 3D | 3B |
| Octal | 327 | 324 | 130 | 0 | 1 | 73 | 20 | 73 | 75 | 73 |
| Binary | 11010111 | 11010100 | 1011000 | 0 | 1 | 111011 | 10000 | 111011 | 111101 | 111011 |
Color Harmonies of #D7D458
Complementary color
Monochromatic Colors of #D7D458
Black with #D7D458
Text Example
Text Example
White with #D7D458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D458; }
p { color: rgb(215,212,88); }
H1.HeaderClassName
{
color: #D7D458;
}
.AnyTagClassName
{
color: #D7D458;
}
</style>
background-color css
<style>
a { background-color: #D7D458; }
a { background-color: rgb(215,212,88); }
div.DivClassName
{
background-color: #D7D458;
}
.BgClassName
{
background-color: #D7D458;
}
</style>
border-color css
<style>
span { border-color: #D7D458; }
span { border-color: rgb(215,212,88); }
td.TdClassName
{
border-color: #D7D458;
}
.TagClassName
{
border-color: #D7D458;
}
</style>