Shades of Manz #D7D84E
Tints of Manz #D7D84E
RGB
CMYK
RGB Variations
Color information
#D7D84E (or 0xD7D84E) is known color: Manz. HEX triplet: D7, D8 and 4E. RGB value is (215,216,78). Sum of RGB (Red+Green+Blue) = 215+216+78=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D84E is #2827B1. Grayscale: #C8C8C8. Windows color (decimal): -2631602 or 5167319. OLE color: 5167319.
HSL color Cylindrical-coordinate representation of color #D7D84E: hue angle of 60.43º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7D84E is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 216 | 78 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.15 |
| HSL | 60.43º | 0.64% | 0.58% | - |
| HSV(B) | 60.43º | 0.64% | 0.85% | - |
| XYZ | 53.96 | 64.11 | 16.74 | - |
| YUV | 199.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 78 | 0.00 | 0 | 0.64 | 0.15 | 60.43 | 0.64 | 0.58 |
| Hex | D7 | D8 | 4E | 0 | 0 | 40 | F | 3C | 40 | 3A |
| Octal | 327 | 330 | 116 | 0 | 0 | 100 | 17 | 74 | 100 | 72 |
| Binary | 11010111 | 11011000 | 1001110 | 0 | 0 | 1000000 | 1111 | 111100 | 1000000 | 111010 |
Color Harmonies of #D7D84E
Complementary color
Monochromatic Colors of #D7D84E
Black with #D7D84E
Text Example
Text Example
White with #D7D84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D84E; }
p { color: rgb(215,216,78); }
H1.HeaderClassName
{
color: #D7D84E;
}
.AnyTagClassName
{
color: #D7D84E;
}
</style>
background-color css
<style>
a { background-color: #D7D84E; }
a { background-color: rgb(215,216,78); }
div.DivClassName
{
background-color: #D7D84E;
}
.BgClassName
{
background-color: #D7D84E;
}
</style>
border-color css
<style>
span { border-color: #D7D84E; }
span { border-color: rgb(215,216,78); }
td.TdClassName
{
border-color: #D7D84E;
}
.TagClassName
{
border-color: #D7D84E;
}
</style>