Shades of Manz #D2D559
Tints of Manz #D2D559
RGB
CMYK
RGB Variations
Color information
#D2D559 (or 0xD2D559) is known color: Manz. HEX triplet: D2, D5 and 59. RGB value is (210,213,89). Sum of RGB (Red+Green+Blue) = 210+213+89=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 89 (35.16% from 255 or 17.38% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D559 is #2D2AA6. Grayscale: #C6C6C6. Windows color (decimal): -2960039 or 5887442. OLE color: 5887442.
HSL color Cylindrical-coordinate representation of color #D2D559: hue angle of 61.45º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2D559 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 89 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.16 |
| HSL | 61.45º | 0.6% | 0.59% | - |
| HSV(B) | 61.45º | 0.58% | 0.84% | - |
| XYZ | 52.18 | 62.01 | 18.67 | - |
| YUV | 197.97 | 66.51 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 89 | 0.01 | 0 | 0.58 | 0.16 | 61.45 | 0.6 | 0.59 |
| Hex | D2 | D5 | 59 | 1 | 0 | 3A | 10 | 3D | 3C | 3B |
| Octal | 322 | 325 | 131 | 1 | 0 | 72 | 20 | 75 | 74 | 73 |
| Binary | 11010010 | 11010101 | 1011001 | 1 | 0 | 111010 | 10000 | 111101 | 111100 | 111011 |
Color Harmonies of #D2D559
Complementary color
Monochromatic Colors of #D2D559
Black with #D2D559
Text Example
Text Example
White with #D2D559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D559; }
p { color: rgb(210,213,89); }
H1.HeaderClassName
{
color: #D2D559;
}
.AnyTagClassName
{
color: #D2D559;
}
</style>
background-color css
<style>
a { background-color: #D2D559; }
a { background-color: rgb(210,213,89); }
div.DivClassName
{
background-color: #D2D559;
}
.BgClassName
{
background-color: #D2D559;
}
</style>
border-color css
<style>
span { border-color: #D2D559; }
span { border-color: rgb(210,213,89); }
td.TdClassName
{
border-color: #D2D559;
}
.TagClassName
{
border-color: #D2D559;
}
</style>