Shades of Manz #D5D158
Tints of Manz #D5D158
RGB
CMYK
RGB Variations
Color information
#D5D158 (or 0xD5D158) is known color: Manz. HEX triplet: D5, D1 and 58. RGB value is (213,209,88). Sum of RGB (Red+Green+Blue) = 213+209+88=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D158 is #2A2EA7. Grayscale: #C4C4C4. Windows color (decimal): -2764456 or 5820885. OLE color: 5820885.
HSL color Cylindrical-coordinate representation of color #D5D158: hue angle of 58.08º 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 #D5D158 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 88 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.16 |
| HSL | 58.08º | 0.6% | 0.59% | - |
| HSV(B) | 58.08º | 0.59% | 0.84% | - |
| XYZ | 52 | 60.45 | 18.16 | - |
| YUV | 196.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 88 | 0 | 0.02 | 0.59 | 0.16 | 58.08 | 0.6 | 0.59 |
| Hex | D5 | D1 | 58 | 0 | 2 | 3B | 10 | 3A | 3C | 3B |
| Octal | 325 | 321 | 130 | 0 | 2 | 73 | 20 | 72 | 74 | 73 |
| Binary | 11010101 | 11010001 | 1011000 | 0 | 10 | 111011 | 10000 | 111010 | 111100 | 111011 |
Color Harmonies of #D5D158
Complementary color
Monochromatic Colors of #D5D158
Black with #D5D158
Text Example
Text Example
White with #D5D158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D158; }
p { color: rgb(213,209,88); }
H1.HeaderClassName
{
color: #D5D158;
}
.AnyTagClassName
{
color: #D5D158;
}
</style>
background-color css
<style>
a { background-color: #D5D158; }
a { background-color: rgb(213,209,88); }
div.DivClassName
{
background-color: #D5D158;
}
.BgClassName
{
background-color: #D5D158;
}
</style>
border-color css
<style>
span { border-color: #D5D158; }
span { border-color: rgb(213,209,88); }
td.TdClassName
{
border-color: #D5D158;
}
.TagClassName
{
border-color: #D5D158;
}
</style>