Shades of Old Gold #DAB740
Tints of Old Gold #DAB740
RGB
CMYK
RGB Variations
Color information
#DAB740 (or 0xDAB740) is known color: Old Gold. HEX triplet: DA, B7 and 40. RGB value is (218,183,64). Sum of RGB (Red+Green+Blue) = 218+183+64=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB740 is #2548BF. Grayscale: #B4B4B4. Windows color (decimal): -2443456 or 4241370. OLE color: 4241370.
HSL color Cylindrical-coordinate representation of color #DAB740: hue angle of 46.36º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAB740 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 64 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.15 |
| HSL | 46.36º | 0.68% | 0.55% | - |
| HSV(B) | 46.36º | 0.71% | 0.85% | - |
| XYZ | 46.77 | 49.14 | 11.87 | - |
| YUV | 179.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 64 | 0 | 0.16 | 0.71 | 0.15 | 46.36 | 0.68 | 0.55 |
| Hex | DA | B7 | 40 | 0 | 10 | 47 | F | 2E | 44 | 37 |
| Octal | 332 | 267 | 100 | 0 | 20 | 107 | 17 | 56 | 104 | 67 |
| Binary | 11011010 | 10110111 | 1000000 | 0 | 10000 | 1000111 | 1111 | 101110 | 1000100 | 110111 |
Color Harmonies of #DAB740
Complementary color
Monochromatic Colors of #DAB740
Black with #DAB740
Text Example
Text Example
White with #DAB740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB740; }
p { color: rgb(218,183,64); }
H1.HeaderClassName
{
color: #DAB740;
}
.AnyTagClassName
{
color: #DAB740;
}
</style>
background-color css
<style>
a { background-color: #DAB740; }
a { background-color: rgb(218,183,64); }
div.DivClassName
{
background-color: #DAB740;
}
.BgClassName
{
background-color: #DAB740;
}
</style>
border-color css
<style>
span { border-color: #DAB740; }
span { border-color: rgb(218,183,64); }
td.TdClassName
{
border-color: #DAB740;
}
.TagClassName
{
border-color: #DAB740;
}
</style>