Shades of Manz #D1D756
Tints of Manz #D1D756
RGB
CMYK
RGB Variations
Color information
#D1D756 (or 0xD1D756) is known color: Manz. HEX triplet: D1, D7 and 56. RGB value is (209,215,86). Sum of RGB (Red+Green+Blue) = 209+215+86=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D756 is #2E28A9. Grayscale: #C7C7C7. Windows color (decimal): -3025066 or 5691345. OLE color: 5691345.
HSL color Cylindrical-coordinate representation of color #D1D756: hue angle of 62.79º 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 #D1D756 is Cyan = 0.03, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 86 | - |
| CMYK | 0.03 | 0 | 0.6 | 0.16 |
| HSL | 62.79º | 0.62% | 0.59% | - |
| HSV(B) | 62.79º | 0.6% | 0.84% | - |
| XYZ | 52.27 | 62.83 | 18.18 | - |
| YUV | 198.5 | 64.51 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 86 | 0.03 | 0 | 0.6 | 0.16 | 62.79 | 0.62 | 0.59 |
| Hex | D1 | D7 | 56 | 3 | 0 | 3C | 10 | 3F | 3E | 3B |
| Octal | 321 | 327 | 126 | 3 | 0 | 74 | 20 | 77 | 76 | 73 |
| Binary | 11010001 | 11010111 | 1010110 | 11 | 0 | 111100 | 10000 | 111111 | 111110 | 111011 |
Color Harmonies of #D1D756
Complementary color
Monochromatic Colors of #D1D756
Black with #D1D756
Text Example
Text Example
White with #D1D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D756; }
p { color: rgb(209,215,86); }
H1.HeaderClassName
{
color: #D1D756;
}
.AnyTagClassName
{
color: #D1D756;
}
</style>
background-color css
<style>
a { background-color: #D1D756; }
a { background-color: rgb(209,215,86); }
div.DivClassName
{
background-color: #D1D756;
}
.BgClassName
{
background-color: #D1D756;
}
</style>
border-color css
<style>
span { border-color: #D1D756; }
span { border-color: rgb(209,215,86); }
td.TdClassName
{
border-color: #D1D756;
}
.TagClassName
{
border-color: #D1D756;
}
</style>