Shades of Manz #D5D556
Tints of Manz #D5D556
RGB
CMYK
RGB Variations
Color information
#D5D556 (or 0xD5D556) is known color: Manz. HEX triplet: D5, D5 and 56. RGB value is (213,213,86). Sum of RGB (Red+Green+Blue) = 213+213+86=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D556 is #2A2AA9. Grayscale: #C7C7C7. Windows color (decimal): -2763434 or 5690837. OLE color: 5690837.
HSL color Cylindrical-coordinate representation of color #D5D556: hue angle of 60º 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 #D5D556 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 86 | - |
| CMYK | 0 | 0 | 0.60 | 0.16 |
| HSL | 60º | 0.6% | 0.59% | - |
| HSV(B) | 60º | 0.6% | 0.84% | - |
| XYZ | 52.91 | 62.41 | 18.06 | - |
| YUV | 198.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 86 | 0 | 0 | 0.60 | 0.16 | 60 | 0.6 | 0.59 |
| Hex | D5 | D5 | 56 | 0 | 0 | 3C | 10 | 3C | 3C | 3B |
| Octal | 325 | 325 | 126 | 0 | 0 | 74 | 20 | 74 | 74 | 73 |
| Binary | 11010101 | 11010101 | 1010110 | 0 | 0 | 111100 | 10000 | 111100 | 111100 | 111011 |
Color Harmonies of #D5D556
Complementary color
Monochromatic Colors of #D5D556
Black with #D5D556
Text Example
Text Example
White with #D5D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D556; }
p { color: rgb(213,213,86); }
H1.HeaderClassName
{
color: #D5D556;
}
.AnyTagClassName
{
color: #D5D556;
}
</style>
background-color css
<style>
a { background-color: #D5D556; }
a { background-color: rgb(213,213,86); }
div.DivClassName
{
background-color: #D5D556;
}
.BgClassName
{
background-color: #D5D556;
}
</style>
border-color css
<style>
span { border-color: #D5D556; }
span { border-color: rgb(213,213,86); }
td.TdClassName
{
border-color: #D5D556;
}
.TagClassName
{
border-color: #D5D556;
}
</style>