Shades of Manz #D2D756
Tints of Manz #D2D756
RGB
CMYK
RGB Variations
Color information
#D2D756 (or 0xD2D756) is known color: Manz. HEX triplet: D2, D7 and 56. RGB value is (210,215,86). Sum of RGB (Red+Green+Blue) = 210+215+86=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D756 is #2D28A9. Grayscale: #C7C7C7. Windows color (decimal): -2959530 or 5691346. OLE color: 5691346.
HSL color Cylindrical-coordinate representation of color #D2D756: hue angle of 62.33º degrees, saturation: 0.62, 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 #D2D756 is Cyan = 0.02, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 86 | - |
| CMYK | 0.02 | 0 | 0.6 | 0.16 |
| HSL | 62.33º | 0.62% | 0.59% | - |
| HSV(B) | 62.33º | 0.6% | 0.84% | - |
| XYZ | 52.56 | 62.97 | 18.19 | - |
| YUV | 198.8 | 64.34 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 86 | 0.02 | 0 | 0.6 | 0.16 | 62.33 | 0.62 | 0.59 |
| Hex | D2 | D7 | 56 | 2 | 0 | 3C | 10 | 3E | 3E | 3B |
| Octal | 322 | 327 | 126 | 2 | 0 | 74 | 20 | 76 | 76 | 73 |
| Binary | 11010010 | 11010111 | 1010110 | 10 | 0 | 111100 | 10000 | 111110 | 111110 | 111011 |
Color Harmonies of #D2D756
Complementary color
Monochromatic Colors of #D2D756
Black with #D2D756
Text Example
Text Example
White with #D2D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D756; }
p { color: rgb(210,215,86); }
H1.HeaderClassName
{
color: #D2D756;
}
.AnyTagClassName
{
color: #D2D756;
}
</style>
background-color css
<style>
a { background-color: #D2D756; }
a { background-color: rgb(210,215,86); }
div.DivClassName
{
background-color: #D2D756;
}
.BgClassName
{
background-color: #D2D756;
}
</style>
border-color css
<style>
span { border-color: #D2D756; }
span { border-color: rgb(210,215,86); }
td.TdClassName
{
border-color: #D2D756;
}
.TagClassName
{
border-color: #D2D756;
}
</style>