Shades of Manz #DAD84F
Tints of Manz #DAD84F
RGB
CMYK
RGB Variations
Color information
#DAD84F (or 0xDAD84F) is known color: Manz. HEX triplet: DA, D8 and 4F. RGB value is (218,216,79). Sum of RGB (Red+Green+Blue) = 218+216+79=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD84F is #2527B0. Grayscale: #C9C9C9. Windows color (decimal): -2434993 or 5232858. OLE color: 5232858.
HSL color Cylindrical-coordinate representation of color #DAD84F: hue angle of 59.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAD84F is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 79 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.15 |
| HSL | 59.14º | 0.65% | 0.58% | - |
| HSV(B) | 59.14º | 0.64% | 0.85% | - |
| XYZ | 54.88 | 64.58 | 16.97 | - |
| YUV | 200.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 79 | 0 | 0.01 | 0.64 | 0.15 | 59.14 | 0.65 | 0.58 |
| Hex | DA | D8 | 4F | 0 | 1 | 40 | F | 3B | 41 | 3A |
| Octal | 332 | 330 | 117 | 0 | 1 | 100 | 17 | 73 | 101 | 72 |
| Binary | 11011010 | 11011000 | 1001111 | 0 | 1 | 1000000 | 1111 | 111011 | 1000001 | 111010 |
Color Harmonies of #DAD84F
Complementary color
Monochromatic Colors of #DAD84F
Black with #DAD84F
Text Example
Text Example
White with #DAD84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD84F; }
p { color: rgb(218,216,79); }
H1.HeaderClassName
{
color: #DAD84F;
}
.AnyTagClassName
{
color: #DAD84F;
}
</style>
background-color css
<style>
a { background-color: #DAD84F; }
a { background-color: rgb(218,216,79); }
div.DivClassName
{
background-color: #DAD84F;
}
.BgClassName
{
background-color: #DAD84F;
}
</style>
border-color css
<style>
span { border-color: #DAD84F; }
span { border-color: rgb(218,216,79); }
td.TdClassName
{
border-color: #DAD84F;
}
.TagClassName
{
border-color: #DAD84F;
}
</style>