Shades of Old Gold #DAB748
Tints of Old Gold #DAB748
RGB
CMYK
RGB Variations
Color information
#DAB748 (or 0xDAB748) is known color: Old Gold. HEX triplet: DA, B7 and 48. RGB value is (218,183,72). Sum of RGB (Red+Green+Blue) = 218+183+72=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB748 is #2548B7. Grayscale: #B5B5B5. Windows color (decimal): -2443448 or 4765658. OLE color: 4765658.
HSL color Cylindrical-coordinate representation of color #DAB748: hue angle of 45.62º degrees, saturation: 0.66, 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 #DAB748 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 72 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.15 |
| HSL | 45.62º | 0.66% | 0.57% | - |
| HSV(B) | 45.62º | 0.67% | 0.85% | - |
| XYZ | 47.02 | 49.24 | 13.16 | - |
| YUV | 180.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 72 | 0 | 0.16 | 0.67 | 0.15 | 45.62 | 0.66 | 0.57 |
| Hex | DA | B7 | 48 | 0 | 10 | 43 | F | 2E | 42 | 39 |
| Octal | 332 | 267 | 110 | 0 | 20 | 103 | 17 | 56 | 102 | 71 |
| Binary | 11011010 | 10110111 | 1001000 | 0 | 10000 | 1000011 | 1111 | 101110 | 1000010 | 111001 |
Color Harmonies of #DAB748
Complementary color
Monochromatic Colors of #DAB748
Black with #DAB748
Text Example
Text Example
White with #DAB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB748; }
p { color: rgb(218,183,72); }
H1.HeaderClassName
{
color: #DAB748;
}
.AnyTagClassName
{
color: #DAB748;
}
</style>
background-color css
<style>
a { background-color: #DAB748; }
a { background-color: rgb(218,183,72); }
div.DivClassName
{
background-color: #DAB748;
}
.BgClassName
{
background-color: #DAB748;
}
</style>
border-color css
<style>
span { border-color: #DAB748; }
span { border-color: rgb(218,183,72); }
td.TdClassName
{
border-color: #DAB748;
}
.TagClassName
{
border-color: #DAB748;
}
</style>