Shades of Manz #D8D84C
Tints of Manz #D8D84C
RGB
CMYK
RGB Variations
Color information
#D8D84C (or 0xD8D84C) is known color: Manz. HEX triplet: D8, D8 and 4C. RGB value is (216,216,76). Sum of RGB (Red+Green+Blue) = 216+216+76=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D84C is #2727B3. Grayscale: #C8C8C8. Windows color (decimal): -2566068 or 5036248. OLE color: 5036248.
HSL color Cylindrical-coordinate representation of color #D8D84C: 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.65%. Process color model (Four color, CMYK) of #D8D84C is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 216 | 76 | - |
| CMYK | 0 | 0 | 0.65 | 0.15 |
| HSL | 60º | 0.64% | 0.57% | - |
| HSV(B) | 60º | 0.65% | 0.85% | - |
| XYZ | 54.18 | 64.23 | 16.38 | - |
| YUV | 200.04 | 58 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 216 | 76 | 0 | 0 | 0.65 | 0.15 | 60 | 0.64 | 0.57 |
| Hex | D8 | D8 | 4C | 0 | 0 | 41 | F | 3C | 40 | 39 |
| Octal | 330 | 330 | 114 | 0 | 0 | 101 | 17 | 74 | 100 | 71 |
| Binary | 11011000 | 11011000 | 1001100 | 0 | 0 | 1000001 | 1111 | 111100 | 1000000 | 111001 |
Color Harmonies of #D8D84C
Complementary color
Monochromatic Colors of #D8D84C
Black with #D8D84C
Text Example
Text Example
White with #D8D84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D84C; }
p { color: rgb(216,216,76); }
H1.HeaderClassName
{
color: #D8D84C;
}
.AnyTagClassName
{
color: #D8D84C;
}
</style>
background-color css
<style>
a { background-color: #D8D84C; }
a { background-color: rgb(216,216,76); }
div.DivClassName
{
background-color: #D8D84C;
}
.BgClassName
{
background-color: #D8D84C;
}
</style>
border-color css
<style>
span { border-color: #D8D84C; }
span { border-color: rgb(216,216,76); }
td.TdClassName
{
border-color: #D8D84C;
}
.TagClassName
{
border-color: #D8D84C;
}
</style>