Shades of Manz #DAD45A
Tints of Manz #DAD45A
RGB
CMYK
RGB Variations
Color information
#DAD45A (or 0xDAD45A) is known color: Manz. HEX triplet: DA, D4 and 5A. RGB value is (218,212,90). Sum of RGB (Red+Green+Blue) = 218+212+90=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD45A is #252BA5. Grayscale: #C8C8C8. Windows color (decimal): -2436006 or 5952730. OLE color: 5952730.
HSL color Cylindrical-coordinate representation of color #DAD45A: hue angle of 57.19º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAD45A is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 90 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.15 |
| HSL | 57.19º | 0.63% | 0.6% | - |
| HSV(B) | 57.19º | 0.59% | 0.85% | - |
| XYZ | 54.3 | 62.73 | 18.92 | - |
| YUV | 199.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 90 | 0 | 0.03 | 0.59 | 0.15 | 57.19 | 0.63 | 0.6 |
| Hex | DA | D4 | 5A | 0 | 3 | 3B | F | 39 | 3F | 3C |
| Octal | 332 | 324 | 132 | 0 | 3 | 73 | 17 | 71 | 77 | 74 |
| Binary | 11011010 | 11010100 | 1011010 | 0 | 11 | 111011 | 1111 | 111001 | 111111 | 111100 |
Color Harmonies of #DAD45A
Complementary color
Monochromatic Colors of #DAD45A
Black with #DAD45A
Text Example
Text Example
White with #DAD45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD45A; }
p { color: rgb(218,212,90); }
H1.HeaderClassName
{
color: #DAD45A;
}
.AnyTagClassName
{
color: #DAD45A;
}
</style>
background-color css
<style>
a { background-color: #DAD45A; }
a { background-color: rgb(218,212,90); }
div.DivClassName
{
background-color: #DAD45A;
}
.BgClassName
{
background-color: #DAD45A;
}
</style>
border-color css
<style>
span { border-color: #DAD45A; }
span { border-color: rgb(218,212,90); }
td.TdClassName
{
border-color: #DAD45A;
}
.TagClassName
{
border-color: #DAD45A;
}
</style>