Shades of Old Gold #DAB73F
Tints of Old Gold #DAB73F
RGB
CMYK
RGB Variations
Color information
#DAB73F (or 0xDAB73F) is known color: Old Gold. HEX triplet: DA, B7 and 3F. RGB value is (218,183,63). Sum of RGB (Red+Green+Blue) = 218+183+63=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB73F is #2548C0. Grayscale: #B4B4B4. Windows color (decimal): -2443457 or 4175834. OLE color: 4175834.
HSL color Cylindrical-coordinate representation of color #DAB73F: hue angle of 46.45º 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 #DAB73F is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 63 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.15 |
| HSL | 46.45º | 0.68% | 0.55% | - |
| HSV(B) | 46.45º | 0.71% | 0.85% | - |
| XYZ | 46.74 | 49.13 | 11.72 | - |
| YUV | 179.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 63 | 0 | 0.16 | 0.71 | 0.15 | 46.45 | 0.68 | 0.55 |
| Hex | DA | B7 | 3F | 0 | 10 | 47 | F | 2E | 44 | 37 |
| Octal | 332 | 267 | 77 | 0 | 20 | 107 | 17 | 56 | 104 | 67 |
| Binary | 11011010 | 10110111 | 111111 | 0 | 10000 | 1000111 | 1111 | 101110 | 1000100 | 110111 |
Color Harmonies of #DAB73F
Complementary color
Monochromatic Colors of #DAB73F
Black with #DAB73F
Text Example
Text Example
White with #DAB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB73F; }
p { color: rgb(218,183,63); }
H1.HeaderClassName
{
color: #DAB73F;
}
.AnyTagClassName
{
color: #DAB73F;
}
</style>
background-color css
<style>
a { background-color: #DAB73F; }
a { background-color: rgb(218,183,63); }
div.DivClassName
{
background-color: #DAB73F;
}
.BgClassName
{
background-color: #DAB73F;
}
</style>
border-color css
<style>
span { border-color: #DAB73F; }
span { border-color: rgb(218,183,63); }
td.TdClassName
{
border-color: #DAB73F;
}
.TagClassName
{
border-color: #DAB73F;
}
</style>