Shades of Manz #DAD554
Tints of Manz #DAD554
RGB
CMYK
RGB Variations
Color information
#DAD554 (or 0xDAD554) is known color: Manz. HEX triplet: DA, D5 and 54. RGB value is (218,213,84). Sum of RGB (Red+Green+Blue) = 218+213+84=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD554 is #252AAB. Grayscale: #C8C8C8. Windows color (decimal): -2435756 or 5559770. OLE color: 5559770.
HSL color Cylindrical-coordinate representation of color #DAD554: hue angle of 57.76º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAD554 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 84 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.15 |
| HSL | 57.76º | 0.64% | 0.59% | - |
| HSV(B) | 57.76º | 0.61% | 0.85% | - |
| XYZ | 54.31 | 63.13 | 17.71 | - |
| YUV | 199.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 84 | 0 | 0.02 | 0.61 | 0.15 | 57.76 | 0.64 | 0.59 |
| Hex | DA | D5 | 54 | 0 | 2 | 3D | F | 3A | 40 | 3B |
| Octal | 332 | 325 | 124 | 0 | 2 | 75 | 17 | 72 | 100 | 73 |
| Binary | 11011010 | 11010101 | 1010100 | 0 | 10 | 111101 | 1111 | 111010 | 1000000 | 111011 |
Color Harmonies of #DAD554
Complementary color
Monochromatic Colors of #DAD554
Black with #DAD554
Text Example
Text Example
White with #DAD554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD554; }
p { color: rgb(218,213,84); }
H1.HeaderClassName
{
color: #DAD554;
}
.AnyTagClassName
{
color: #DAD554;
}
</style>
background-color css
<style>
a { background-color: #DAD554; }
a { background-color: rgb(218,213,84); }
div.DivClassName
{
background-color: #DAD554;
}
.BgClassName
{
background-color: #DAD554;
}
</style>
border-color css
<style>
span { border-color: #DAD554; }
span { border-color: rgb(218,213,84); }
td.TdClassName
{
border-color: #DAD554;
}
.TagClassName
{
border-color: #DAD554;
}
</style>