Shades of Manz #DAD84D
Tints of Manz #DAD84D
RGB
CMYK
RGB Variations
Color information
#DAD84D (or 0xDAD84D) is known color: Manz. HEX triplet: DA, D8 and 4D. RGB value is (218,216,77). Sum of RGB (Red+Green+Blue) = 218+216+77=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD84D is #2527B2. Grayscale: #C9C9C9. Windows color (decimal): -2434995 or 5101786. OLE color: 5101786.
HSL color Cylindrical-coordinate representation of color #DAD84D: hue angle of 59.15º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAD84D is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 77 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.15 |
| HSL | 59.15º | 0.66% | 0.58% | - |
| HSV(B) | 59.15º | 0.65% | 0.85% | - |
| XYZ | 54.81 | 64.55 | 16.59 | - |
| YUV | 200.75 | 58.16 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 77 | 0 | 0.01 | 0.65 | 0.15 | 59.15 | 0.66 | 0.58 |
| Hex | DA | D8 | 4D | 0 | 1 | 41 | F | 3B | 42 | 3A |
| Octal | 332 | 330 | 115 | 0 | 1 | 101 | 17 | 73 | 102 | 72 |
| Binary | 11011010 | 11011000 | 1001101 | 0 | 1 | 1000001 | 1111 | 111011 | 1000010 | 111010 |
Color Harmonies of #DAD84D
Complementary color
Monochromatic Colors of #DAD84D
Black with #DAD84D
Text Example
Text Example
White with #DAD84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD84D; }
p { color: rgb(218,216,77); }
H1.HeaderClassName
{
color: #DAD84D;
}
.AnyTagClassName
{
color: #DAD84D;
}
</style>
background-color css
<style>
a { background-color: #DAD84D; }
a { background-color: rgb(218,216,77); }
div.DivClassName
{
background-color: #DAD84D;
}
.BgClassName
{
background-color: #DAD84D;
}
</style>
border-color css
<style>
span { border-color: #DAD84D; }
span { border-color: rgb(218,216,77); }
td.TdClassName
{
border-color: #DAD84D;
}
.TagClassName
{
border-color: #DAD84D;
}
</style>