Shades of Manz #D2D959
Tints of Manz #D2D959
RGB
CMYK
RGB Variations
Color information
#D2D959 (or 0xD2D959) is known color: Manz. HEX triplet: D2, D9 and 59. RGB value is (210,217,89). Sum of RGB (Red+Green+Blue) = 210+217+89=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D959 is #2D26A6. Grayscale: #C8C8C8. Windows color (decimal): -2959015 or 5888466. OLE color: 5888466.
HSL color Cylindrical-coordinate representation of color #D2D959: hue angle of 63.28º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2D959 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 89 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.15 |
| HSL | 63.28º | 0.63% | 0.6% | - |
| HSV(B) | 63.28º | 0.59% | 0.85% | - |
| XYZ | 53.19 | 64.05 | 19.01 | - |
| YUV | 200.32 | 65.18 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 89 | 0.03 | 0 | 0.59 | 0.15 | 63.28 | 0.63 | 0.6 |
| Hex | D2 | D9 | 59 | 3 | 0 | 3B | F | 3F | 3F | 3C |
| Octal | 322 | 331 | 131 | 3 | 0 | 73 | 17 | 77 | 77 | 74 |
| Binary | 11010010 | 11011001 | 1011001 | 11 | 0 | 111011 | 1111 | 111111 | 111111 | 111100 |
Color Harmonies of #D2D959
Complementary color
Monochromatic Colors of #D2D959
Black with #D2D959
Text Example
Text Example
White with #D2D959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D959; }
p { color: rgb(210,217,89); }
H1.HeaderClassName
{
color: #D2D959;
}
.AnyTagClassName
{
color: #D2D959;
}
</style>
background-color css
<style>
a { background-color: #D2D959; }
a { background-color: rgb(210,217,89); }
div.DivClassName
{
background-color: #D2D959;
}
.BgClassName
{
background-color: #D2D959;
}
</style>
border-color css
<style>
span { border-color: #D2D959; }
span { border-color: rgb(210,217,89); }
td.TdClassName
{
border-color: #D2D959;
}
.TagClassName
{
border-color: #D2D959;
}
</style>