Shades of Manz #DAD460
Tints of Manz #DAD460
RGB
CMYK
RGB Variations
Color information
#DAD460 (or 0xDAD460) is known color: Manz. HEX triplet: DA, D4 and 60. RGB value is (218,212,96). Sum of RGB (Red+Green+Blue) = 218+212+96=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD460 is #252B9F. Grayscale: #C9C9C9. Windows color (decimal): -2436000 or 6345946. OLE color: 6345946.
HSL color Cylindrical-coordinate representation of color #DAD460: hue angle of 57.05º 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 #DAD460 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 96 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.15 |
| HSL | 57.05º | 0.62% | 0.62% | - |
| HSV(B) | 57.05º | 0.56% | 0.85% | - |
| XYZ | 54.57 | 62.84 | 20.32 | - |
| YUV | 200.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 96 | 0 | 0.03 | 0.56 | 0.15 | 57.05 | 0.62 | 0.62 |
| Hex | DA | D4 | 60 | 0 | 3 | 38 | F | 39 | 3E | 3E |
| Octal | 332 | 324 | 140 | 0 | 3 | 70 | 17 | 71 | 76 | 76 |
| Binary | 11011010 | 11010100 | 1100000 | 0 | 11 | 111000 | 1111 | 111001 | 111110 | 111110 |
Color Harmonies of #DAD460
Complementary color
Monochromatic Colors of #DAD460
Black with #DAD460
Text Example
Text Example
White with #DAD460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD460; }
p { color: rgb(218,212,96); }
H1.HeaderClassName
{
color: #DAD460;
}
.AnyTagClassName
{
color: #DAD460;
}
</style>
background-color css
<style>
a { background-color: #DAD460; }
a { background-color: rgb(218,212,96); }
div.DivClassName
{
background-color: #DAD460;
}
.BgClassName
{
background-color: #DAD460;
}
</style>
border-color css
<style>
span { border-color: #DAD460; }
span { border-color: rgb(218,212,96); }
td.TdClassName
{
border-color: #DAD460;
}
.TagClassName
{
border-color: #DAD460;
}
</style>