Shades of Manz #D8DD4E
Tints of Manz #D8DD4E
RGB
CMYK
RGB Variations
Color information
#D8DD4E (or 0xD8DD4E) is known color: Manz. HEX triplet: D8, DD and 4E. RGB value is (216,221,78). Sum of RGB (Red+Green+Blue) = 216+221+78=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD4E is #2722B1. Grayscale: #CBCBCB. Windows color (decimal): -2564786 or 5168600. OLE color: 5168600.
HSL color Cylindrical-coordinate representation of color #D8DD4E: hue angle of 62.1º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8DD4E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 78 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.13 |
| HSL | 62.1º | 0.68% | 0.59% | - |
| HSV(B) | 62.1º | 0.65% | 0.87% | - |
| XYZ | 55.55 | 66.86 | 17.19 | - |
| YUV | 203.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 78 | 0.02 | 0 | 0.65 | 0.13 | 62.1 | 0.68 | 0.59 |
| Hex | D8 | DD | 4E | 2 | 0 | 41 | D | 3E | 44 | 3B |
| Octal | 330 | 335 | 116 | 2 | 0 | 101 | 15 | 76 | 104 | 73 |
| Binary | 11011000 | 11011101 | 1001110 | 10 | 0 | 1000001 | 1101 | 111110 | 1000100 | 111011 |
Color Harmonies of #D8DD4E
Complementary color
Monochromatic Colors of #D8DD4E
Black with #D8DD4E
Text Example
Text Example
White with #D8DD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD4E; }
p { color: rgb(216,221,78); }
H1.HeaderClassName
{
color: #D8DD4E;
}
.AnyTagClassName
{
color: #D8DD4E;
}
</style>
background-color css
<style>
a { background-color: #D8DD4E; }
a { background-color: rgb(216,221,78); }
div.DivClassName
{
background-color: #D8DD4E;
}
.BgClassName
{
background-color: #D8DD4E;
}
</style>
border-color css
<style>
span { border-color: #D8DD4E; }
span { border-color: rgb(216,221,78); }
td.TdClassName
{
border-color: #D8DD4E;
}
.TagClassName
{
border-color: #D8DD4E;
}
</style>