Shades of Old Gold #DAB546
Tints of Old Gold #DAB546
RGB
CMYK
RGB Variations
Color information
#DAB546 (or 0xDAB546) is known color: Old Gold. HEX triplet: DA, B5 and 46. RGB value is (218,181,70). Sum of RGB (Red+Green+Blue) = 218+181+70=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB546 is #254AB9. Grayscale: #B3B3B3. Windows color (decimal): -2443962 or 4634074. OLE color: 4634074.
HSL color Cylindrical-coordinate representation of color #DAB546: hue angle of 45º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAB546 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 70 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.15 |
| HSL | 45º | 0.67% | 0.56% | - |
| HSV(B) | 45º | 0.68% | 0.85% | - |
| XYZ | 46.54 | 48.4 | 12.68 | - |
| YUV | 179.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 70 | 0 | 0.17 | 0.68 | 0.15 | 45 | 0.67 | 0.56 |
| Hex | DA | B5 | 46 | 0 | 11 | 44 | F | 2D | 43 | 38 |
| Octal | 332 | 265 | 106 | 0 | 21 | 104 | 17 | 55 | 103 | 70 |
| Binary | 11011010 | 10110101 | 1000110 | 0 | 10001 | 1000100 | 1111 | 101101 | 1000011 | 111000 |
Color Harmonies of #DAB546
Complementary color
Monochromatic Colors of #DAB546
Black with #DAB546
Text Example
Text Example
White with #DAB546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB546; }
p { color: rgb(218,181,70); }
H1.HeaderClassName
{
color: #DAB546;
}
.AnyTagClassName
{
color: #DAB546;
}
</style>
background-color css
<style>
a { background-color: #DAB546; }
a { background-color: rgb(218,181,70); }
div.DivClassName
{
background-color: #DAB546;
}
.BgClassName
{
background-color: #DAB546;
}
</style>
border-color css
<style>
span { border-color: #DAB546; }
span { border-color: rgb(218,181,70); }
td.TdClassName
{
border-color: #DAB546;
}
.TagClassName
{
border-color: #DAB546;
}
</style>