Shades of Old Gold #DAB947
Tints of Old Gold #DAB947
RGB
CMYK
RGB Variations
Color information
#DAB947 (or 0xDAB947) is known color: Old Gold. HEX triplet: DA, B9 and 47. RGB value is (218,185,71). Sum of RGB (Red+Green+Blue) = 218+185+71=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB947 is #2546B8. Grayscale: #B6B6B6. Windows color (decimal): -2442937 or 4700634. OLE color: 4700634.
HSL color Cylindrical-coordinate representation of color #DAB947: hue angle of 46.53º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAB947 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 71 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.15 |
| HSL | 46.53º | 0.67% | 0.57% | - |
| HSV(B) | 46.53º | 0.67% | 0.85% | - |
| XYZ | 47.4 | 50.06 | 13.13 | - |
| YUV | 181.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 71 | 0 | 0.15 | 0.67 | 0.15 | 46.53 | 0.67 | 0.57 |
| Hex | DA | B9 | 47 | 0 | F | 43 | F | 2F | 43 | 39 |
| Octal | 332 | 271 | 107 | 0 | 17 | 103 | 17 | 57 | 103 | 71 |
| Binary | 11011010 | 10111001 | 1000111 | 0 | 1111 | 1000011 | 1111 | 101111 | 1000011 | 111001 |
Color Harmonies of #DAB947
Complementary color
Monochromatic Colors of #DAB947
Black with #DAB947
Text Example
Text Example
White with #DAB947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB947; }
p { color: rgb(218,185,71); }
H1.HeaderClassName
{
color: #DAB947;
}
.AnyTagClassName
{
color: #DAB947;
}
</style>
background-color css
<style>
a { background-color: #DAB947; }
a { background-color: rgb(218,185,71); }
div.DivClassName
{
background-color: #DAB947;
}
.BgClassName
{
background-color: #DAB947;
}
</style>
border-color css
<style>
span { border-color: #DAB947; }
span { border-color: rgb(218,185,71); }
td.TdClassName
{
border-color: #DAB947;
}
.TagClassName
{
border-color: #DAB947;
}
</style>