Shades of Manz #D6DA4D
Tints of Manz #D6DA4D
RGB
CMYK
RGB Variations
Color information
#D6DA4D (or 0xD6DA4D) is known color: Manz. HEX triplet: D6, DA and 4D. RGB value is (214,218,77). Sum of RGB (Red+Green+Blue) = 214+218+77=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DA4D is #2925B2. Grayscale: #C9C9C9. Windows color (decimal): -2696627 or 5102294. OLE color: 5102294.
HSL color Cylindrical-coordinate representation of color #D6DA4D: hue angle of 61.7º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6DA4D is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 77 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.15 |
| HSL | 61.7º | 0.66% | 0.58% | - |
| HSV(B) | 61.7º | 0.65% | 0.85% | - |
| XYZ | 54.14 | 64.97 | 16.71 | - |
| YUV | 200.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 77 | 0.02 | 0 | 0.65 | 0.15 | 61.7 | 0.66 | 0.58 |
| Hex | D6 | DA | 4D | 2 | 0 | 41 | F | 3E | 42 | 3A |
| Octal | 326 | 332 | 115 | 2 | 0 | 101 | 17 | 76 | 102 | 72 |
| Binary | 11010110 | 11011010 | 1001101 | 10 | 0 | 1000001 | 1111 | 111110 | 1000010 | 111010 |
Color Harmonies of #D6DA4D
Complementary color
Monochromatic Colors of #D6DA4D
Black with #D6DA4D
Text Example
Text Example
White with #D6DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DA4D; }
p { color: rgb(214,218,77); }
H1.HeaderClassName
{
color: #D6DA4D;
}
.AnyTagClassName
{
color: #D6DA4D;
}
</style>
background-color css
<style>
a { background-color: #D6DA4D; }
a { background-color: rgb(214,218,77); }
div.DivClassName
{
background-color: #D6DA4D;
}
.BgClassName
{
background-color: #D6DA4D;
}
</style>
border-color css
<style>
span { border-color: #D6DA4D; }
span { border-color: rgb(214,218,77); }
td.TdClassName
{
border-color: #D6DA4D;
}
.TagClassName
{
border-color: #D6DA4D;
}
</style>