Shades of Manz #D5D356
Tints of Manz #D5D356
RGB
CMYK
RGB Variations
Color information
#D5D356 (or 0xD5D356) is known color: Manz. HEX triplet: D5, D3 and 56. RGB value is (213,211,86). Sum of RGB (Red+Green+Blue) = 213+211+86=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D356 is #2A2CA9. Grayscale: #C5C5C5. Windows color (decimal): -2763946 or 5690325. OLE color: 5690325.
HSL color Cylindrical-coordinate representation of color #D5D356: hue angle of 59.06º 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 #D5D356 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 86 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.16 |
| HSL | 59.06º | 0.6% | 0.59% | - |
| HSV(B) | 59.06º | 0.6% | 0.84% | - |
| XYZ | 52.41 | 61.41 | 17.89 | - |
| YUV | 197.35 | 65.16 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 86 | 0 | 0.01 | 0.60 | 0.16 | 59.06 | 0.6 | 0.59 |
| Hex | D5 | D3 | 56 | 0 | 1 | 3C | 10 | 3B | 3C | 3B |
| Octal | 325 | 323 | 126 | 0 | 1 | 74 | 20 | 73 | 74 | 73 |
| Binary | 11010101 | 11010011 | 1010110 | 0 | 1 | 111100 | 10000 | 111011 | 111100 | 111011 |
Color Harmonies of #D5D356
Complementary color
Monochromatic Colors of #D5D356
Black with #D5D356
Text Example
Text Example
White with #D5D356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D356; }
p { color: rgb(213,211,86); }
H1.HeaderClassName
{
color: #D5D356;
}
.AnyTagClassName
{
color: #D5D356;
}
</style>
background-color css
<style>
a { background-color: #D5D356; }
a { background-color: rgb(213,211,86); }
div.DivClassName
{
background-color: #D5D356;
}
.BgClassName
{
background-color: #D5D356;
}
</style>
border-color css
<style>
span { border-color: #D5D356; }
span { border-color: rgb(213,211,86); }
td.TdClassName
{
border-color: #D5D356;
}
.TagClassName
{
border-color: #D5D356;
}
</style>