Shades of Manz #D8D657
Tints of Manz #D8D657
RGB
CMYK
RGB Variations
Color information
#D8D657 (or 0xD8D657) is known color: Manz. HEX triplet: D8, D6 and 57. RGB value is (216,214,87). Sum of RGB (Red+Green+Blue) = 216+214+87=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D657 is #2729A8. Grayscale: #C8C8C8. Windows color (decimal): -2566569 or 5756632. OLE color: 5756632.
HSL color Cylindrical-coordinate representation of color #D8D657: hue angle of 59.07º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8D657 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 87 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.15 |
| HSL | 59.07º | 0.62% | 0.59% | - |
| HSV(B) | 59.07º | 0.6% | 0.85% | - |
| XYZ | 54.09 | 63.38 | 18.4 | - |
| YUV | 200.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 87 | 0 | 0.01 | 0.60 | 0.15 | 59.07 | 0.62 | 0.59 |
| Hex | D8 | D6 | 57 | 0 | 1 | 3C | F | 3B | 3E | 3B |
| Octal | 330 | 326 | 127 | 0 | 1 | 74 | 17 | 73 | 76 | 73 |
| Binary | 11011000 | 11010110 | 1010111 | 0 | 1 | 111100 | 1111 | 111011 | 111110 | 111011 |
Color Harmonies of #D8D657
Complementary color
Monochromatic Colors of #D8D657
Black with #D8D657
Text Example
Text Example
White with #D8D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D657; }
p { color: rgb(216,214,87); }
H1.HeaderClassName
{
color: #D8D657;
}
.AnyTagClassName
{
color: #D8D657;
}
</style>
background-color css
<style>
a { background-color: #D8D657; }
a { background-color: rgb(216,214,87); }
div.DivClassName
{
background-color: #D8D657;
}
.BgClassName
{
background-color: #D8D657;
}
</style>
border-color css
<style>
span { border-color: #D8D657; }
span { border-color: rgb(216,214,87); }
td.TdClassName
{
border-color: #D8D657;
}
.TagClassName
{
border-color: #D8D657;
}
</style>