Shades of Manz #D6D555
Tints of Manz #D6D555
RGB
CMYK
RGB Variations
Color information
#D6D555 (or 0xD6D555) is known color: Manz. HEX triplet: D6, D5 and 55. RGB value is (214,213,85). Sum of RGB (Red+Green+Blue) = 214+213+85=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D555 is #292AAA. Grayscale: #C7C7C7. Windows color (decimal): -2697899 or 5625302. OLE color: 5625302.
HSL color Cylindrical-coordinate representation of color #D6D555: hue angle of 59.53º degrees, saturation: 0.61, 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 #D6D555 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 85 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.16 |
| HSL | 59.53º | 0.61% | 0.59% | - |
| HSV(B) | 59.53º | 0.6% | 0.84% | - |
| XYZ | 53.17 | 62.54 | 17.86 | - |
| YUV | 198.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 85 | 0 | 0.00 | 0.60 | 0.16 | 59.53 | 0.61 | 0.59 |
| Hex | D6 | D5 | 55 | 0 | 0 | 3C | 10 | 3C | 3D | 3B |
| Octal | 326 | 325 | 125 | 0 | 0 | 74 | 20 | 74 | 75 | 73 |
| Binary | 11010110 | 11010101 | 1010101 | 0 | 0 | 111100 | 10000 | 111100 | 111101 | 111011 |
Color Harmonies of #D6D555
Complementary color
Monochromatic Colors of #D6D555
Black with #D6D555
Text Example
Text Example
White with #D6D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D555; }
p { color: rgb(214,213,85); }
H1.HeaderClassName
{
color: #D6D555;
}
.AnyTagClassName
{
color: #D6D555;
}
</style>
background-color css
<style>
a { background-color: #D6D555; }
a { background-color: rgb(214,213,85); }
div.DivClassName
{
background-color: #D6D555;
}
.BgClassName
{
background-color: #D6D555;
}
</style>
border-color css
<style>
span { border-color: #D6D555; }
span { border-color: rgb(214,213,85); }
td.TdClassName
{
border-color: #D6D555;
}
.TagClassName
{
border-color: #D6D555;
}
</style>