Shades of Manz #D8D84D
Tints of Manz #D8D84D
RGB
CMYK
RGB Variations
Color information
#D8D84D (or 0xD8D84D) is known color: Manz. HEX triplet: D8, D8 and 4D. RGB value is (216,216,77). Sum of RGB (Red+Green+Blue) = 216+216+77=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D84D is #2727B2. Grayscale: #C8C8C8. Windows color (decimal): -2566067 or 5101784. OLE color: 5101784.
HSL color Cylindrical-coordinate representation of color #D8D84D: hue angle of 60º 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 #D8D84D is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 216 | 77 | - |
| CMYK | 0 | 0 | 0.64 | 0.15 |
| HSL | 60º | 0.64% | 0.57% | - |
| HSV(B) | 60º | 0.64% | 0.85% | - |
| XYZ | 54.21 | 64.25 | 16.56 | - |
| YUV | 200.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 216 | 77 | 0 | 0 | 0.64 | 0.15 | 60 | 0.64 | 0.57 |
| Hex | D8 | D8 | 4D | 0 | 0 | 40 | F | 3C | 40 | 39 |
| Octal | 330 | 330 | 115 | 0 | 0 | 100 | 17 | 74 | 100 | 71 |
| Binary | 11011000 | 11011000 | 1001101 | 0 | 0 | 1000000 | 1111 | 111100 | 1000000 | 111001 |
Color Harmonies of #D8D84D
Complementary color
Monochromatic Colors of #D8D84D
Black with #D8D84D
Text Example
Text Example
White with #D8D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D84D; }
p { color: rgb(216,216,77); }
H1.HeaderClassName
{
color: #D8D84D;
}
.AnyTagClassName
{
color: #D8D84D;
}
</style>
background-color css
<style>
a { background-color: #D8D84D; }
a { background-color: rgb(216,216,77); }
div.DivClassName
{
background-color: #D8D84D;
}
.BgClassName
{
background-color: #D8D84D;
}
</style>
border-color css
<style>
span { border-color: #D8D84D; }
span { border-color: rgb(216,216,77); }
td.TdClassName
{
border-color: #D8D84D;
}
.TagClassName
{
border-color: #D8D84D;
}
</style>