Shades of Manz #D6DD4A
Tints of Manz #D6DD4A
RGB
CMYK
RGB Variations
Color information
#D6DD4A (or 0xD6DD4A) is known color: Manz. HEX triplet: D6, DD and 4A. RGB value is (214,221,74). Sum of RGB (Red+Green+Blue) = 214+221+74=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD4A is #2922B5. Grayscale: #CACACA. Windows color (decimal): -2695862 or 4906454. OLE color: 4906454.
HSL color Cylindrical-coordinate representation of color #D6DD4A: hue angle of 62.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6DD4A is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 74 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.13 |
| HSL | 62.86º | 0.68% | 0.58% | - |
| HSV(B) | 62.86º | 0.67% | 0.87% | - |
| XYZ | 54.82 | 66.5 | 16.43 | - |
| YUV | 202.15 | 55.68 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 74 | 0.03 | 0 | 0.67 | 0.13 | 62.86 | 0.68 | 0.58 |
| Hex | D6 | DD | 4A | 3 | 0 | 43 | D | 3F | 44 | 3A |
| Octal | 326 | 335 | 112 | 3 | 0 | 103 | 15 | 77 | 104 | 72 |
| Binary | 11010110 | 11011101 | 1001010 | 11 | 0 | 1000011 | 1101 | 111111 | 1000100 | 111010 |
Color Harmonies of #D6DD4A
Complementary color
Monochromatic Colors of #D6DD4A
Black with #D6DD4A
Text Example
Text Example
White with #D6DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD4A; }
p { color: rgb(214,221,74); }
H1.HeaderClassName
{
color: #D6DD4A;
}
.AnyTagClassName
{
color: #D6DD4A;
}
</style>
background-color css
<style>
a { background-color: #D6DD4A; }
a { background-color: rgb(214,221,74); }
div.DivClassName
{
background-color: #D6DD4A;
}
.BgClassName
{
background-color: #D6DD4A;
}
</style>
border-color css
<style>
span { border-color: #D6DD4A; }
span { border-color: rgb(214,221,74); }
td.TdClassName
{
border-color: #D6DD4A;
}
.TagClassName
{
border-color: #D6DD4A;
}
</style>