Shades of Manz #DAD360
Tints of Manz #DAD360
RGB
CMYK
RGB Variations
Color information
#DAD360 (or 0xDAD360) is known color: Manz. HEX triplet: DA, D3 and 60. RGB value is (218,211,96). Sum of RGB (Red+Green+Blue) = 218+211+96=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD360 is #252C9F. Grayscale: #C8C8C8. Windows color (decimal): -2436256 or 6345690. OLE color: 6345690.
HSL color Cylindrical-coordinate representation of color #DAD360: hue angle of 56.56º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAD360 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 96 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.15 |
| HSL | 56.56º | 0.62% | 0.62% | - |
| HSV(B) | 56.56º | 0.56% | 0.85% | - |
| XYZ | 54.32 | 62.34 | 20.24 | - |
| YUV | 199.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 96 | 0 | 0.03 | 0.56 | 0.15 | 56.56 | 0.62 | 0.62 |
| Hex | DA | D3 | 60 | 0 | 3 | 38 | F | 39 | 3E | 3E |
| Octal | 332 | 323 | 140 | 0 | 3 | 70 | 17 | 71 | 76 | 76 |
| Binary | 11011010 | 11010011 | 1100000 | 0 | 11 | 111000 | 1111 | 111001 | 111110 | 111110 |
Color Harmonies of #DAD360
Complementary color
Monochromatic Colors of #DAD360
Black with #DAD360
Text Example
Text Example
White with #DAD360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD360; }
p { color: rgb(218,211,96); }
H1.HeaderClassName
{
color: #DAD360;
}
.AnyTagClassName
{
color: #DAD360;
}
</style>
background-color css
<style>
a { background-color: #DAD360; }
a { background-color: rgb(218,211,96); }
div.DivClassName
{
background-color: #DAD360;
}
.BgClassName
{
background-color: #DAD360;
}
</style>
border-color css
<style>
span { border-color: #DAD360; }
span { border-color: rgb(218,211,96); }
td.TdClassName
{
border-color: #DAD360;
}
.TagClassName
{
border-color: #DAD360;
}
</style>