Shades of Manz #DAD551
Tints of Manz #DAD551
RGB
CMYK
RGB Variations
Color information
#DAD551 (or 0xDAD551) is known color: Manz. HEX triplet: DA, D5 and 51. RGB value is (218,213,81). Sum of RGB (Red+Green+Blue) = 218+213+81=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD551 is #252AAE. Grayscale: #C7C7C7. Windows color (decimal): -2435759 or 5363162. OLE color: 5363162.
HSL color Cylindrical-coordinate representation of color #DAD551: hue angle of 57.81º 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 #DAD551 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 81 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.15 |
| HSL | 57.81º | 0.65% | 0.59% | - |
| HSV(B) | 57.81º | 0.63% | 0.85% | - |
| XYZ | 54.19 | 63.09 | 17.11 | - |
| YUV | 199.45 | 61.16 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 81 | 0 | 0.02 | 0.63 | 0.15 | 57.81 | 0.65 | 0.59 |
| Hex | DA | D5 | 51 | 0 | 2 | 3F | F | 3A | 41 | 3B |
| Octal | 332 | 325 | 121 | 0 | 2 | 77 | 17 | 72 | 101 | 73 |
| Binary | 11011010 | 11010101 | 1010001 | 0 | 10 | 111111 | 1111 | 111010 | 1000001 | 111011 |
Color Harmonies of #DAD551
Complementary color
Monochromatic Colors of #DAD551
Black with #DAD551
Text Example
Text Example
White with #DAD551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD551; }
p { color: rgb(218,213,81); }
H1.HeaderClassName
{
color: #DAD551;
}
.AnyTagClassName
{
color: #DAD551;
}
</style>
background-color css
<style>
a { background-color: #DAD551; }
a { background-color: rgb(218,213,81); }
div.DivClassName
{
background-color: #DAD551;
}
.BgClassName
{
background-color: #DAD551;
}
</style>
border-color css
<style>
span { border-color: #DAD551; }
span { border-color: rgb(218,213,81); }
td.TdClassName
{
border-color: #DAD551;
}
.TagClassName
{
border-color: #DAD551;
}
</style>