Shades of Manz #D5D056
Tints of Manz #D5D056
RGB
CMYK
RGB Variations
Color information
#D5D056 (or 0xD5D056) is known color: Manz. HEX triplet: D5, D0 and 56. RGB value is (213,208,86). Sum of RGB (Red+Green+Blue) = 213+208+86=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D056 is #2A2FA9. Grayscale: #C4C4C4. Windows color (decimal): -2764714 or 5689557. OLE color: 5689557.
HSL color Cylindrical-coordinate representation of color #D5D056: hue angle of 57.64º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5D056 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 86 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.16 |
| HSL | 57.64º | 0.6% | 0.59% | - |
| HSV(B) | 57.64º | 0.6% | 0.84% | - |
| XYZ | 51.68 | 59.93 | 17.65 | - |
| YUV | 195.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 86 | 0 | 0.02 | 0.60 | 0.16 | 57.64 | 0.6 | 0.59 |
| Hex | D5 | D0 | 56 | 0 | 2 | 3C | 10 | 3A | 3C | 3B |
| Octal | 325 | 320 | 126 | 0 | 2 | 74 | 20 | 72 | 74 | 73 |
| Binary | 11010101 | 11010000 | 1010110 | 0 | 10 | 111100 | 10000 | 111010 | 111100 | 111011 |
Color Harmonies of #D5D056
Complementary color
Monochromatic Colors of #D5D056
Black with #D5D056
Text Example
Text Example
White with #D5D056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D056; }
p { color: rgb(213,208,86); }
H1.HeaderClassName
{
color: #D5D056;
}
.AnyTagClassName
{
color: #D5D056;
}
</style>
background-color css
<style>
a { background-color: #D5D056; }
a { background-color: rgb(213,208,86); }
div.DivClassName
{
background-color: #D5D056;
}
.BgClassName
{
background-color: #D5D056;
}
</style>
border-color css
<style>
span { border-color: #D5D056; }
span { border-color: rgb(213,208,86); }
td.TdClassName
{
border-color: #D5D056;
}
.TagClassName
{
border-color: #D5D056;
}
</style>