Shades of Manz #D6DD59
Tints of Manz #D6DD59
RGB
CMYK
RGB Variations
Color information
#D6DD59 (or 0xD6DD59) is known color: Manz. HEX triplet: D6, DD and 59. RGB value is (214,221,89). Sum of RGB (Red+Green+Blue) = 214+221+89=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD59 is #2922A6. Grayscale: #CCCCCC. Windows color (decimal): -2695847 or 5889494. OLE color: 5889494.
HSL color Cylindrical-coordinate representation of color #D6DD59: hue angle of 63.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6DD59 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 89 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.13 |
| HSL | 63.18º | 0.66% | 0.61% | - |
| HSV(B) | 63.18º | 0.6% | 0.87% | - |
| XYZ | 55.39 | 66.73 | 19.41 | - |
| YUV | 203.86 | 63.18 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 89 | 0.03 | 0 | 0.60 | 0.13 | 63.18 | 0.66 | 0.61 |
| Hex | D6 | DD | 59 | 3 | 0 | 3C | D | 3F | 42 | 3D |
| Octal | 326 | 335 | 131 | 3 | 0 | 74 | 15 | 77 | 102 | 75 |
| Binary | 11010110 | 11011101 | 1011001 | 11 | 0 | 111100 | 1101 | 111111 | 1000010 | 111101 |
Color Harmonies of #D6DD59
Complementary color
Monochromatic Colors of #D6DD59
Black with #D6DD59
Text Example
Text Example
White with #D6DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD59; }
p { color: rgb(214,221,89); }
H1.HeaderClassName
{
color: #D6DD59;
}
.AnyTagClassName
{
color: #D6DD59;
}
</style>
background-color css
<style>
a { background-color: #D6DD59; }
a { background-color: rgb(214,221,89); }
div.DivClassName
{
background-color: #D6DD59;
}
.BgClassName
{
background-color: #D6DD59;
}
</style>
border-color css
<style>
span { border-color: #D6DD59; }
span { border-color: rgb(214,221,89); }
td.TdClassName
{
border-color: #D6DD59;
}
.TagClassName
{
border-color: #D6DD59;
}
</style>