Shades of Manz #D6D557
Tints of Manz #D6D557
RGB
CMYK
RGB Variations
Color information
#D6D557 (or 0xD6D557) is known color: Manz. HEX triplet: D6, D5 and 57. RGB value is (214,213,87). Sum of RGB (Red+Green+Blue) = 214+213+87=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D557 is #292AA8. Grayscale: #C7C7C7. Windows color (decimal): -2697897 or 5756374. OLE color: 5756374.
HSL color Cylindrical-coordinate representation of color #D6D557: hue angle of 59.53º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6D557 is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 87 | - |
| CMYK | 0 | 0.00 | 0.59 | 0.16 |
| HSL | 59.53º | 0.61% | 0.59% | - |
| HSV(B) | 59.53º | 0.59% | 0.84% | - |
| XYZ | 53.25 | 62.57 | 18.29 | - |
| YUV | 198.94 | 64.83 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 87 | 0 | 0.00 | 0.59 | 0.16 | 59.53 | 0.61 | 0.59 |
| Hex | D6 | D5 | 57 | 0 | 0 | 3B | 10 | 3C | 3D | 3B |
| Octal | 326 | 325 | 127 | 0 | 0 | 73 | 20 | 74 | 75 | 73 |
| Binary | 11010110 | 11010101 | 1010111 | 0 | 0 | 111011 | 10000 | 111100 | 111101 | 111011 |
Color Harmonies of #D6D557
Complementary color
Monochromatic Colors of #D6D557
Black with #D6D557
Text Example
Text Example
White with #D6D557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D557; }
p { color: rgb(214,213,87); }
H1.HeaderClassName
{
color: #D6D557;
}
.AnyTagClassName
{
color: #D6D557;
}
</style>
background-color css
<style>
a { background-color: #D6D557; }
a { background-color: rgb(214,213,87); }
div.DivClassName
{
background-color: #D6D557;
}
.BgClassName
{
background-color: #D6D557;
}
</style>
border-color css
<style>
span { border-color: #D6D557; }
span { border-color: rgb(214,213,87); }
td.TdClassName
{
border-color: #D6D557;
}
.TagClassName
{
border-color: #D6D557;
}
</style>