Shades of Manz #D4DA51
Tints of Manz #D4DA51
RGB
CMYK
RGB Variations
Color information
#D4DA51 (or 0xD4DA51) is known color: Manz. HEX triplet: D4, DA and 51. RGB value is (212,218,81). Sum of RGB (Red+Green+Blue) = 212+218+81=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 81 (32.03% from 255 or 15.85% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DA51 is #2B25AE. Grayscale: #C9C9C9. Windows color (decimal): -2827695 or 5364436. OLE color: 5364436.
HSL color Cylindrical-coordinate representation of color #D4DA51: hue angle of 62.63º 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 #D4DA51 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 81 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.15 |
| HSL | 62.63º | 0.65% | 0.59% | - |
| HSV(B) | 62.63º | 0.63% | 0.85% | - |
| XYZ | 53.71 | 64.73 | 17.45 | - |
| YUV | 200.59 | 60.51 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 81 | 0.03 | 0 | 0.63 | 0.15 | 62.63 | 0.65 | 0.59 |
| Hex | D4 | DA | 51 | 3 | 0 | 3F | F | 3F | 41 | 3B |
| Octal | 324 | 332 | 121 | 3 | 0 | 77 | 17 | 77 | 101 | 73 |
| Binary | 11010100 | 11011010 | 1010001 | 11 | 0 | 111111 | 1111 | 111111 | 1000001 | 111011 |
Color Harmonies of #D4DA51
Complementary color
Monochromatic Colors of #D4DA51
Black with #D4DA51
Text Example
Text Example
White with #D4DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA51; }
p { color: rgb(212,218,81); }
H1.HeaderClassName
{
color: #D4DA51;
}
.AnyTagClassName
{
color: #D4DA51;
}
</style>
background-color css
<style>
a { background-color: #D4DA51; }
a { background-color: rgb(212,218,81); }
div.DivClassName
{
background-color: #D4DA51;
}
.BgClassName
{
background-color: #D4DA51;
}
</style>
border-color css
<style>
span { border-color: #D4DA51; }
span { border-color: rgb(212,218,81); }
td.TdClassName
{
border-color: #D4DA51;
}
.TagClassName
{
border-color: #D4DA51;
}
</style>