Shades of Manz #D7D257
Tints of Manz #D7D257
RGB
CMYK
RGB Variations
Color information
#D7D257 (or 0xD7D257) is known color: Manz. HEX triplet: D7, D2 and 57. RGB value is (215,210,87). Sum of RGB (Red+Green+Blue) = 215+210+87=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D257 is #282DA8. Grayscale: #C5C5C5. Windows color (decimal): -2633129 or 5755607. OLE color: 5755607.
HSL color Cylindrical-coordinate representation of color #D7D257: hue angle of 57.66º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7D257 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 87 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.16 |
| HSL | 57.66º | 0.62% | 0.59% | - |
| HSV(B) | 57.66º | 0.6% | 0.84% | - |
| XYZ | 52.79 | 61.23 | 18.05 | - |
| YUV | 197.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 87 | 0 | 0.02 | 0.60 | 0.16 | 57.66 | 0.62 | 0.59 |
| Hex | D7 | D2 | 57 | 0 | 2 | 3C | 10 | 3A | 3E | 3B |
| Octal | 327 | 322 | 127 | 0 | 2 | 74 | 20 | 72 | 76 | 73 |
| Binary | 11010111 | 11010010 | 1010111 | 0 | 10 | 111100 | 10000 | 111010 | 111110 | 111011 |
Color Harmonies of #D7D257
Complementary color
Monochromatic Colors of #D7D257
Black with #D7D257
Text Example
Text Example
White with #D7D257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D257; }
p { color: rgb(215,210,87); }
H1.HeaderClassName
{
color: #D7D257;
}
.AnyTagClassName
{
color: #D7D257;
}
</style>
background-color css
<style>
a { background-color: #D7D257; }
a { background-color: rgb(215,210,87); }
div.DivClassName
{
background-color: #D7D257;
}
.BgClassName
{
background-color: #D7D257;
}
</style>
border-color css
<style>
span { border-color: #D7D257; }
span { border-color: rgb(215,210,87); }
td.TdClassName
{
border-color: #D7D257;
}
.TagClassName
{
border-color: #D7D257;
}
</style>