Shades of Manz #D2D359
Tints of Manz #D2D359
RGB
CMYK
RGB Variations
Color information
#D2D359 (or 0xD2D359) is known color: Manz. HEX triplet: D2, D3 and 59. RGB value is (210,211,89). Sum of RGB (Red+Green+Blue) = 210+211+89=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 89 (35.16% from 255 or 17.45% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D359 is #2D2CA6. Grayscale: #C5C5C5. Windows color (decimal): -2960551 or 5886930. OLE color: 5886930.
HSL color Cylindrical-coordinate representation of color #D2D359: hue angle of 60.49º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2D359 is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 89 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.17 |
| HSL | 60.49º | 0.58% | 0.59% | - |
| HSV(B) | 60.49º | 0.58% | 0.83% | - |
| XYZ | 51.68 | 61.01 | 18.5 | - |
| YUV | 196.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 89 | 0.00 | 0 | 0.58 | 0.17 | 60.49 | 0.58 | 0.59 |
| Hex | D2 | D3 | 59 | 0 | 0 | 3A | 11 | 3C | 3A | 3B |
| Octal | 322 | 323 | 131 | 0 | 0 | 72 | 21 | 74 | 72 | 73 |
| Binary | 11010010 | 11010011 | 1011001 | 0 | 0 | 111010 | 10001 | 111100 | 111010 | 111011 |
Color Harmonies of #D2D359
Complementary color
Monochromatic Colors of #D2D359
Black with #D2D359
Text Example
Text Example
White with #D2D359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D359; }
p { color: rgb(210,211,89); }
H1.HeaderClassName
{
color: #D2D359;
}
.AnyTagClassName
{
color: #D2D359;
}
</style>
background-color css
<style>
a { background-color: #D2D359; }
a { background-color: rgb(210,211,89); }
div.DivClassName
{
background-color: #D2D359;
}
.BgClassName
{
background-color: #D2D359;
}
</style>
border-color css
<style>
span { border-color: #D2D359; }
span { border-color: rgb(210,211,89); }
td.TdClassName
{
border-color: #D2D359;
}
.TagClassName
{
border-color: #D2D359;
}
</style>