Shades of Manz #D6D157
Tints of Manz #D6D157
RGB
CMYK
RGB Variations
Color information
#D6D157 (or 0xD6D157) is known color: Manz. HEX triplet: D6, D1 and 57. RGB value is (214,209,87). Sum of RGB (Red+Green+Blue) = 214+209+87=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D157 is #292EA8. Grayscale: #C5C5C5. Windows color (decimal): -2698921 or 5755350. OLE color: 5755350.
HSL color Cylindrical-coordinate representation of color #D6D157: hue angle of 57.64º 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 #D6D157 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 87 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.16 |
| HSL | 57.64º | 0.61% | 0.59% | - |
| HSV(B) | 57.64º | 0.59% | 0.84% | - |
| XYZ | 52.25 | 60.59 | 17.96 | - |
| YUV | 196.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 87 | 0 | 0.02 | 0.59 | 0.16 | 57.64 | 0.61 | 0.59 |
| Hex | D6 | D1 | 57 | 0 | 2 | 3B | 10 | 3A | 3D | 3B |
| Octal | 326 | 321 | 127 | 0 | 2 | 73 | 20 | 72 | 75 | 73 |
| Binary | 11010110 | 11010001 | 1010111 | 0 | 10 | 111011 | 10000 | 111010 | 111101 | 111011 |
Color Harmonies of #D6D157
Complementary color
Monochromatic Colors of #D6D157
Black with #D6D157
Text Example
Text Example
White with #D6D157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D157; }
p { color: rgb(214,209,87); }
H1.HeaderClassName
{
color: #D6D157;
}
.AnyTagClassName
{
color: #D6D157;
}
</style>
background-color css
<style>
a { background-color: #D6D157; }
a { background-color: rgb(214,209,87); }
div.DivClassName
{
background-color: #D6D157;
}
.BgClassName
{
background-color: #D6D157;
}
</style>
border-color css
<style>
span { border-color: #D6D157; }
span { border-color: rgb(214,209,87); }
td.TdClassName
{
border-color: #D6D157;
}
.TagClassName
{
border-color: #D6D157;
}
</style>