Shades of Manz #D2D456
Tints of Manz #D2D456
RGB
CMYK
RGB Variations
Color information
#D2D456 (or 0xD2D456) is known color: Manz. HEX triplet: D2, D4 and 56. RGB value is (210,212,86). Sum of RGB (Red+Green+Blue) = 210+212+86=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D456 is #2D2BA9. Grayscale: #C5C5C5. Windows color (decimal): -2960298 or 5690578. OLE color: 5690578.
HSL color Cylindrical-coordinate representation of color #D2D456: hue angle of 60.95º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2D456 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 86 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.17 |
| HSL | 60.95º | 0.59% | 0.58% | - |
| HSV(B) | 60.95º | 0.59% | 0.83% | - |
| XYZ | 51.8 | 61.46 | 17.94 | - |
| YUV | 197.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 86 | 0.01 | 0 | 0.59 | 0.17 | 60.95 | 0.59 | 0.58 |
| Hex | D2 | D4 | 56 | 1 | 0 | 3B | 11 | 3D | 3B | 3A |
| Octal | 322 | 324 | 126 | 1 | 0 | 73 | 21 | 75 | 73 | 72 |
| Binary | 11010010 | 11010100 | 1010110 | 1 | 0 | 111011 | 10001 | 111101 | 111011 | 111010 |
Color Harmonies of #D2D456
Complementary color
Monochromatic Colors of #D2D456
Black with #D2D456
Text Example
Text Example
White with #D2D456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D456; }
p { color: rgb(210,212,86); }
H1.HeaderClassName
{
color: #D2D456;
}
.AnyTagClassName
{
color: #D2D456;
}
</style>
background-color css
<style>
a { background-color: #D2D456; }
a { background-color: rgb(210,212,86); }
div.DivClassName
{
background-color: #D2D456;
}
.BgClassName
{
background-color: #D2D456;
}
</style>
border-color css
<style>
span { border-color: #D2D456; }
span { border-color: rgb(210,212,86); }
td.TdClassName
{
border-color: #D2D456;
}
.TagClassName
{
border-color: #D2D456;
}
</style>