Shades of Manz #D6DA55
Tints of Manz #D6DA55
RGB
CMYK
RGB Variations
Color information
#D6DA55 (or 0xD6DA55) is known color: Manz. HEX triplet: D6, DA and 55. RGB value is (214,218,85). Sum of RGB (Red+Green+Blue) = 214+218+85=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DA55 is #2925AA. Grayscale: #CACACA. Windows color (decimal): -2696619 or 5626582. OLE color: 5626582.
HSL color Cylindrical-coordinate representation of color #D6DA55: hue angle of 61.8º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6DA55 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 85 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.15 |
| HSL | 61.8º | 0.64% | 0.59% | - |
| HSV(B) | 61.8º | 0.61% | 0.85% | - |
| XYZ | 54.44 | 65.09 | 18.29 | - |
| YUV | 201.64 | 62.17 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 85 | 0.02 | 0 | 0.61 | 0.15 | 61.8 | 0.64 | 0.59 |
| Hex | D6 | DA | 55 | 2 | 0 | 3D | F | 3E | 40 | 3B |
| Octal | 326 | 332 | 125 | 2 | 0 | 75 | 17 | 76 | 100 | 73 |
| Binary | 11010110 | 11011010 | 1010101 | 10 | 0 | 111101 | 1111 | 111110 | 1000000 | 111011 |
Color Harmonies of #D6DA55
Complementary color
Monochromatic Colors of #D6DA55
Black with #D6DA55
Text Example
Text Example
White with #D6DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DA55; }
p { color: rgb(214,218,85); }
H1.HeaderClassName
{
color: #D6DA55;
}
.AnyTagClassName
{
color: #D6DA55;
}
</style>
background-color css
<style>
a { background-color: #D6DA55; }
a { background-color: rgb(214,218,85); }
div.DivClassName
{
background-color: #D6DA55;
}
.BgClassName
{
background-color: #D6DA55;
}
</style>
border-color css
<style>
span { border-color: #D6DA55; }
span { border-color: rgb(214,218,85); }
td.TdClassName
{
border-color: #D6DA55;
}
.TagClassName
{
border-color: #D6DA55;
}
</style>