Shades of Manz #D5D157
Tints of Manz #D5D157
RGB
CMYK
RGB Variations
Color information
#D5D157 (or 0xD5D157) is known color: Manz. HEX triplet: D5, D1 and 57. RGB value is (213,209,87). Sum of RGB (Red+Green+Blue) = 213+209+87=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D157 is #2A2EA8. Grayscale: #C4C4C4. Windows color (decimal): -2764457 or 5755349. OLE color: 5755349.
HSL color Cylindrical-coordinate representation of color #D5D157: hue angle of 58.1º degrees, saturation: 0.6, 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 #D5D157 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 87 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.16 |
| HSL | 58.1º | 0.6% | 0.59% | - |
| HSV(B) | 58.1º | 0.59% | 0.84% | - |
| XYZ | 51.96 | 60.44 | 17.94 | - |
| YUV | 196.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 87 | 0 | 0.02 | 0.59 | 0.16 | 58.1 | 0.6 | 0.59 |
| Hex | D5 | D1 | 57 | 0 | 2 | 3B | 10 | 3A | 3C | 3B |
| Octal | 325 | 321 | 127 | 0 | 2 | 73 | 20 | 72 | 74 | 73 |
| Binary | 11010101 | 11010001 | 1010111 | 0 | 10 | 111011 | 10000 | 111010 | 111100 | 111011 |
Color Harmonies of #D5D157
Complementary color
Monochromatic Colors of #D5D157
Black with #D5D157
Text Example
Text Example
White with #D5D157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D157; }
p { color: rgb(213,209,87); }
H1.HeaderClassName
{
color: #D5D157;
}
.AnyTagClassName
{
color: #D5D157;
}
</style>
background-color css
<style>
a { background-color: #D5D157; }
a { background-color: rgb(213,209,87); }
div.DivClassName
{
background-color: #D5D157;
}
.BgClassName
{
background-color: #D5D157;
}
</style>
border-color css
<style>
span { border-color: #D5D157; }
span { border-color: rgb(213,209,87); }
td.TdClassName
{
border-color: #D5D157;
}
.TagClassName
{
border-color: #D5D157;
}
</style>