Shades of Manz #DADF51
Tints of Manz #DADF51
RGB
CMYK
RGB Variations
Color information
#DADF51 (or 0xDADF51) is known color: Manz. HEX triplet: DA, DF and 51. RGB value is (218,223,81). Sum of RGB (Red+Green+Blue) = 218+223+81=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF51 is #2520AE. Grayscale: #CDCDCD. Windows color (decimal): -2433199 or 5365722. OLE color: 5365722.
HSL color Cylindrical-coordinate representation of color #DADF51: hue angle of 62.11º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DADF51 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 81 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.13 |
| HSL | 62.11º | 0.69% | 0.6% | - |
| HSV(B) | 62.11º | 0.64% | 0.87% | - |
| XYZ | 56.79 | 68.27 | 17.97 | - |
| YUV | 205.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 81 | 0.02 | 0 | 0.64 | 0.13 | 62.11 | 0.69 | 0.6 |
| Hex | DA | DF | 51 | 2 | 0 | 40 | D | 3E | 45 | 3C |
| Octal | 332 | 337 | 121 | 2 | 0 | 100 | 15 | 76 | 105 | 74 |
| Binary | 11011010 | 11011111 | 1010001 | 10 | 0 | 1000000 | 1101 | 111110 | 1000101 | 111100 |
Color Harmonies of #DADF51
Complementary color
Monochromatic Colors of #DADF51
Black with #DADF51
Text Example
Text Example
White with #DADF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF51; }
p { color: rgb(218,223,81); }
H1.HeaderClassName
{
color: #DADF51;
}
.AnyTagClassName
{
color: #DADF51;
}
</style>
background-color css
<style>
a { background-color: #DADF51; }
a { background-color: rgb(218,223,81); }
div.DivClassName
{
background-color: #DADF51;
}
.BgClassName
{
background-color: #DADF51;
}
</style>
border-color css
<style>
span { border-color: #DADF51; }
span { border-color: rgb(218,223,81); }
td.TdClassName
{
border-color: #DADF51;
}
.TagClassName
{
border-color: #DADF51;
}
</style>