Shades of Manz #DAD154
Tints of Manz #DAD154
RGB
CMYK
RGB Variations
Color information
#DAD154 (or 0xDAD154) is known color: Manz. HEX triplet: DA, D1 and 54. RGB value is (218,209,84). Sum of RGB (Red+Green+Blue) = 218+209+84=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD154 is #252EAB. Grayscale: #C5C5C5. Windows color (decimal): -2436780 or 5558746. OLE color: 5558746.
HSL color Cylindrical-coordinate representation of color #DAD154: hue angle of 55.97º 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 #DAD154 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 84 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.15 |
| HSL | 55.97º | 0.64% | 0.59% | - |
| HSV(B) | 55.97º | 0.61% | 0.85% | - |
| XYZ | 53.31 | 61.15 | 17.38 | - |
| YUV | 197.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 84 | 0 | 0.04 | 0.61 | 0.15 | 55.97 | 0.64 | 0.59 |
| Hex | DA | D1 | 54 | 0 | 4 | 3D | F | 38 | 40 | 3B |
| Octal | 332 | 321 | 124 | 0 | 4 | 75 | 17 | 70 | 100 | 73 |
| Binary | 11011010 | 11010001 | 1010100 | 0 | 100 | 111101 | 1111 | 111000 | 1000000 | 111011 |
Color Harmonies of #DAD154
Complementary color
Monochromatic Colors of #DAD154
Black with #DAD154
Text Example
Text Example
White with #DAD154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD154; }
p { color: rgb(218,209,84); }
H1.HeaderClassName
{
color: #DAD154;
}
.AnyTagClassName
{
color: #DAD154;
}
</style>
background-color css
<style>
a { background-color: #DAD154; }
a { background-color: rgb(218,209,84); }
div.DivClassName
{
background-color: #DAD154;
}
.BgClassName
{
background-color: #DAD154;
}
</style>
border-color css
<style>
span { border-color: #DAD154; }
span { border-color: rgb(218,209,84); }
td.TdClassName
{
border-color: #DAD154;
}
.TagClassName
{
border-color: #DAD154;
}
</style>