Shades of Manz #D7D757
Tints of Manz #D7D757
RGB
CMYK
RGB Variations
Color information
#D7D757 (or 0xD7D757) is known color: Manz. HEX triplet: D7, D7 and 57. RGB value is (215,215,87). Sum of RGB (Red+Green+Blue) = 215+215+87=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D757 is #2828A8. Grayscale: #C8C8C8. Windows color (decimal): -2631849 or 5756887. OLE color: 5756887.
HSL color Cylindrical-coordinate representation of color #D7D757: hue angle of 60º 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 #D7D757 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 215 | 87 | - |
| CMYK | 0 | 0 | 0.60 | 0.16 |
| HSL | 60º | 0.62% | 0.59% | - |
| HSV(B) | 60º | 0.6% | 0.84% | - |
| XYZ | 54.05 | 63.74 | 18.47 | - |
| YUV | 200.41 | 64 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 215 | 87 | 0 | 0 | 0.60 | 0.16 | 60 | 0.62 | 0.59 |
| Hex | D7 | D7 | 57 | 0 | 0 | 3C | 10 | 3C | 3E | 3B |
| Octal | 327 | 327 | 127 | 0 | 0 | 74 | 20 | 74 | 76 | 73 |
| Binary | 11010111 | 11010111 | 1010111 | 0 | 0 | 111100 | 10000 | 111100 | 111110 | 111011 |
Color Harmonies of #D7D757
Complementary color
Monochromatic Colors of #D7D757
Black with #D7D757
Text Example
Text Example
White with #D7D757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D757; }
p { color: rgb(215,215,87); }
H1.HeaderClassName
{
color: #D7D757;
}
.AnyTagClassName
{
color: #D7D757;
}
</style>
background-color css
<style>
a { background-color: #D7D757; }
a { background-color: rgb(215,215,87); }
div.DivClassName
{
background-color: #D7D757;
}
.BgClassName
{
background-color: #D7D757;
}
</style>
border-color css
<style>
span { border-color: #D7D757; }
span { border-color: rgb(215,215,87); }
td.TdClassName
{
border-color: #D7D757;
}
.TagClassName
{
border-color: #D7D757;
}
</style>