Shades of Manz #DAD853
Tints of Manz #DAD853
RGB
CMYK
RGB Variations
Color information
#DAD853 (or 0xDAD853) is known color: Manz. HEX triplet: DA, D8 and 53. RGB value is (218,216,83). Sum of RGB (Red+Green+Blue) = 218+216+83=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD853 is #2527AC. Grayscale: #C9C9C9. Windows color (decimal): -2434989 or 5495002. OLE color: 5495002.
HSL color Cylindrical-coordinate representation of color #DAD853: hue angle of 59.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAD853 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 83 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.15 |
| HSL | 59.11º | 0.65% | 0.59% | - |
| HSV(B) | 59.11º | 0.62% | 0.85% | - |
| XYZ | 55.03 | 64.64 | 17.76 | - |
| YUV | 201.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 83 | 0 | 0.01 | 0.62 | 0.15 | 59.11 | 0.65 | 0.59 |
| Hex | DA | D8 | 53 | 0 | 1 | 3E | F | 3B | 41 | 3B |
| Octal | 332 | 330 | 123 | 0 | 1 | 76 | 17 | 73 | 101 | 73 |
| Binary | 11011010 | 11011000 | 1010011 | 0 | 1 | 111110 | 1111 | 111011 | 1000001 | 111011 |
Color Harmonies of #DAD853
Complementary color
Monochromatic Colors of #DAD853
Black with #DAD853
Text Example
Text Example
White with #DAD853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD853; }
p { color: rgb(218,216,83); }
H1.HeaderClassName
{
color: #DAD853;
}
.AnyTagClassName
{
color: #DAD853;
}
</style>
background-color css
<style>
a { background-color: #DAD853; }
a { background-color: rgb(218,216,83); }
div.DivClassName
{
background-color: #DAD853;
}
.BgClassName
{
background-color: #DAD853;
}
</style>
border-color css
<style>
span { border-color: #DAD853; }
span { border-color: rgb(218,216,83); }
td.TdClassName
{
border-color: #DAD853;
}
.TagClassName
{
border-color: #DAD853;
}
</style>