Shades of Manz #DAD852
Tints of Manz #DAD852
RGB
CMYK
RGB Variations
Color information
#DAD852 (or 0xDAD852) is known color: Manz. HEX triplet: DA, D8 and 52. RGB value is (218,216,82). Sum of RGB (Red+Green+Blue) = 218+216+82=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD852 is #2527AD. Grayscale: #C9C9C9. Windows color (decimal): -2434990 or 5429466. OLE color: 5429466.
HSL color Cylindrical-coordinate representation of color #DAD852: hue angle of 59.12º 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 #DAD852 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 82 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.15 |
| HSL | 59.12º | 0.65% | 0.59% | - |
| HSV(B) | 59.12º | 0.62% | 0.85% | - |
| XYZ | 54.99 | 64.63 | 17.56 | - |
| YUV | 201.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 82 | 0 | 0.01 | 0.62 | 0.15 | 59.12 | 0.65 | 0.59 |
| Hex | DA | D8 | 52 | 0 | 1 | 3E | F | 3B | 41 | 3B |
| Octal | 332 | 330 | 122 | 0 | 1 | 76 | 17 | 73 | 101 | 73 |
| Binary | 11011010 | 11011000 | 1010010 | 0 | 1 | 111110 | 1111 | 111011 | 1000001 | 111011 |
Color Harmonies of #DAD852
Complementary color
Monochromatic Colors of #DAD852
Black with #DAD852
Text Example
Text Example
White with #DAD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD852; }
p { color: rgb(218,216,82); }
H1.HeaderClassName
{
color: #DAD852;
}
.AnyTagClassName
{
color: #DAD852;
}
</style>
background-color css
<style>
a { background-color: #DAD852; }
a { background-color: rgb(218,216,82); }
div.DivClassName
{
background-color: #DAD852;
}
.BgClassName
{
background-color: #DAD852;
}
</style>
border-color css
<style>
span { border-color: #DAD852; }
span { border-color: rgb(218,216,82); }
td.TdClassName
{
border-color: #DAD852;
}
.TagClassName
{
border-color: #DAD852;
}
</style>