Shades of Manz #D9D657
Tints of Manz #D9D657
RGB
CMYK
RGB Variations
Color information
#D9D657 (or 0xD9D657) is known color: Manz. HEX triplet: D9, D6 and 57. RGB value is (217,214,87). Sum of RGB (Red+Green+Blue) = 217+214+87=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D657 is #2629A8. Grayscale: #C8C8C8. Windows color (decimal): -2501033 or 5756633. OLE color: 5756633.
HSL color Cylindrical-coordinate representation of color #D9D657: hue angle of 58.62º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9D657 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 87 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.15 |
| HSL | 58.62º | 0.63% | 0.6% | - |
| HSV(B) | 58.62º | 0.6% | 0.85% | - |
| XYZ | 54.38 | 63.53 | 18.41 | - |
| YUV | 200.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 87 | 0 | 0.01 | 0.60 | 0.15 | 58.62 | 0.63 | 0.6 |
| Hex | D9 | D6 | 57 | 0 | 1 | 3C | F | 3B | 3F | 3C |
| Octal | 331 | 326 | 127 | 0 | 1 | 74 | 17 | 73 | 77 | 74 |
| Binary | 11011001 | 11010110 | 1010111 | 0 | 1 | 111100 | 1111 | 111011 | 111111 | 111100 |
Color Harmonies of #D9D657
Complementary color
Monochromatic Colors of #D9D657
Black with #D9D657
Text Example
Text Example
White with #D9D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D657; }
p { color: rgb(217,214,87); }
H1.HeaderClassName
{
color: #D9D657;
}
.AnyTagClassName
{
color: #D9D657;
}
</style>
background-color css
<style>
a { background-color: #D9D657; }
a { background-color: rgb(217,214,87); }
div.DivClassName
{
background-color: #D9D657;
}
.BgClassName
{
background-color: #D9D657;
}
</style>
border-color css
<style>
span { border-color: #D9D657; }
span { border-color: rgb(217,214,87); }
td.TdClassName
{
border-color: #D9D657;
}
.TagClassName
{
border-color: #D9D657;
}
</style>