Shades of Manz #DAD251
Tints of Manz #DAD251
RGB
CMYK
RGB Variations
Color information
#DAD251 (or 0xDAD251) is known color: Manz. HEX triplet: DA, D2 and 51. RGB value is (218,210,81). Sum of RGB (Red+Green+Blue) = 218+210+81=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 81 (32.03% from 255 or 15.91% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD251 is #252DAE. Grayscale: #C6C6C6. Windows color (decimal): -2436527 or 5362394. OLE color: 5362394.
HSL color Cylindrical-coordinate representation of color #DAD251: hue angle of 56.5º 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 #DAD251 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 81 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.15 |
| HSL | 56.5º | 0.65% | 0.59% | - |
| HSV(B) | 56.5º | 0.63% | 0.85% | - |
| XYZ | 53.45 | 61.59 | 16.86 | - |
| YUV | 197.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 81 | 0 | 0.04 | 0.63 | 0.15 | 56.5 | 0.65 | 0.59 |
| Hex | DA | D2 | 51 | 0 | 4 | 3F | F | 38 | 41 | 3B |
| Octal | 332 | 322 | 121 | 0 | 4 | 77 | 17 | 70 | 101 | 73 |
| Binary | 11011010 | 11010010 | 1010001 | 0 | 100 | 111111 | 1111 | 111000 | 1000001 | 111011 |
Color Harmonies of #DAD251
Complementary color
Monochromatic Colors of #DAD251
Black with #DAD251
Text Example
Text Example
White with #DAD251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD251; }
p { color: rgb(218,210,81); }
H1.HeaderClassName
{
color: #DAD251;
}
.AnyTagClassName
{
color: #DAD251;
}
</style>
background-color css
<style>
a { background-color: #DAD251; }
a { background-color: rgb(218,210,81); }
div.DivClassName
{
background-color: #DAD251;
}
.BgClassName
{
background-color: #DAD251;
}
</style>
border-color css
<style>
span { border-color: #DAD251; }
span { border-color: rgb(218,210,81); }
td.TdClassName
{
border-color: #DAD251;
}
.TagClassName
{
border-color: #DAD251;
}
</style>