Shades of Manz #D1D84D
Tints of Manz #D1D84D
RGB
CMYK
RGB Variations
Color information
#D1D84D (or 0xD1D84D) is known color: Manz. HEX triplet: D1, D8 and 4D. RGB value is (209,216,77). Sum of RGB (Red+Green+Blue) = 209+216+77=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D84D is #2E27B2. Grayscale: #C6C6C6. Windows color (decimal): -3024819 or 5101777. OLE color: 5101777.
HSL color Cylindrical-coordinate representation of color #D1D84D: hue angle of 63.02º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1D84D is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 77 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.15 |
| HSL | 63.02º | 0.64% | 0.57% | - |
| HSV(B) | 63.02º | 0.64% | 0.85% | - |
| XYZ | 52.19 | 63.2 | 16.47 | - |
| YUV | 198.06 | 59.68 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 77 | 0.03 | 0 | 0.64 | 0.15 | 63.02 | 0.64 | 0.57 |
| Hex | D1 | D8 | 4D | 3 | 0 | 40 | F | 3F | 40 | 39 |
| Octal | 321 | 330 | 115 | 3 | 0 | 100 | 17 | 77 | 100 | 71 |
| Binary | 11010001 | 11011000 | 1001101 | 11 | 0 | 1000000 | 1111 | 111111 | 1000000 | 111001 |
Color Harmonies of #D1D84D
Complementary color
Monochromatic Colors of #D1D84D
Black with #D1D84D
Text Example
Text Example
White with #D1D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D84D; }
p { color: rgb(209,216,77); }
H1.HeaderClassName
{
color: #D1D84D;
}
.AnyTagClassName
{
color: #D1D84D;
}
</style>
background-color css
<style>
a { background-color: #D1D84D; }
a { background-color: rgb(209,216,77); }
div.DivClassName
{
background-color: #D1D84D;
}
.BgClassName
{
background-color: #D1D84D;
}
</style>
border-color css
<style>
span { border-color: #D1D84D; }
span { border-color: rgb(209,216,77); }
td.TdClassName
{
border-color: #D1D84D;
}
.TagClassName
{
border-color: #D1D84D;
}
</style>