Shades of Manz #D7D459
Tints of Manz #D7D459
RGB
CMYK
RGB Variations
Color information
#D7D459 (or 0xD7D459) is known color: Manz. HEX triplet: D7, D4 and 59. RGB value is (215,212,89). Sum of RGB (Red+Green+Blue) = 215+212+89=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D459 is #282BA6. Grayscale: #C7C7C7. Windows color (decimal): -2632615 or 5887191. OLE color: 5887191.
HSL color Cylindrical-coordinate representation of color #D7D459: hue angle of 58.57º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7D459 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 89 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.16 |
| HSL | 58.57º | 0.61% | 0.6% | - |
| HSV(B) | 58.57º | 0.59% | 0.84% | - |
| XYZ | 53.37 | 62.26 | 18.65 | - |
| YUV | 198.88 | 65.99 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 89 | 0 | 0.01 | 0.59 | 0.16 | 58.57 | 0.61 | 0.6 |
| Hex | D7 | D4 | 59 | 0 | 1 | 3B | 10 | 3B | 3D | 3C |
| Octal | 327 | 324 | 131 | 0 | 1 | 73 | 20 | 73 | 75 | 74 |
| Binary | 11010111 | 11010100 | 1011001 | 0 | 1 | 111011 | 10000 | 111011 | 111101 | 111100 |
Color Harmonies of #D7D459
Complementary color
Monochromatic Colors of #D7D459
Black with #D7D459
Text Example
Text Example
White with #D7D459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D459; }
p { color: rgb(215,212,89); }
H1.HeaderClassName
{
color: #D7D459;
}
.AnyTagClassName
{
color: #D7D459;
}
</style>
background-color css
<style>
a { background-color: #D7D459; }
a { background-color: rgb(215,212,89); }
div.DivClassName
{
background-color: #D7D459;
}
.BgClassName
{
background-color: #D7D459;
}
</style>
border-color css
<style>
span { border-color: #D7D459; }
span { border-color: rgb(215,212,89); }
td.TdClassName
{
border-color: #D7D459;
}
.TagClassName
{
border-color: #D7D459;
}
</style>