Shades of Manz #D6DA51
Tints of Manz #D6DA51
RGB
CMYK
RGB Variations
Color information
#D6DA51 (or 0xD6DA51) is known color: Manz. HEX triplet: D6, DA and 51. RGB value is (214,218,81). Sum of RGB (Red+Green+Blue) = 214+218+81=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 81 (32.03% from 255 or 15.79% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DA51 is #2925AE. Grayscale: #C9C9C9. Windows color (decimal): -2696623 or 5364438. OLE color: 5364438.
HSL color Cylindrical-coordinate representation of color #D6DA51: hue angle of 61.75º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6DA51 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 81 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.15 |
| HSL | 61.75º | 0.65% | 0.59% | - |
| HSV(B) | 61.75º | 0.63% | 0.85% | - |
| XYZ | 54.29 | 65.03 | 17.48 | - |
| YUV | 201.19 | 60.17 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 81 | 0.02 | 0 | 0.63 | 0.15 | 61.75 | 0.65 | 0.59 |
| Hex | D6 | DA | 51 | 2 | 0 | 3F | F | 3E | 41 | 3B |
| Octal | 326 | 332 | 121 | 2 | 0 | 77 | 17 | 76 | 101 | 73 |
| Binary | 11010110 | 11011010 | 1010001 | 10 | 0 | 111111 | 1111 | 111110 | 1000001 | 111011 |
Color Harmonies of #D6DA51
Complementary color
Monochromatic Colors of #D6DA51
Black with #D6DA51
Text Example
Text Example
White with #D6DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DA51; }
p { color: rgb(214,218,81); }
H1.HeaderClassName
{
color: #D6DA51;
}
.AnyTagClassName
{
color: #D6DA51;
}
</style>
background-color css
<style>
a { background-color: #D6DA51; }
a { background-color: rgb(214,218,81); }
div.DivClassName
{
background-color: #D6DA51;
}
.BgClassName
{
background-color: #D6DA51;
}
</style>
border-color css
<style>
span { border-color: #D6DA51; }
span { border-color: rgb(214,218,81); }
td.TdClassName
{
border-color: #D6DA51;
}
.TagClassName
{
border-color: #D6DA51;
}
</style>