Shades of Old Gold #DABA48
Tints of Old Gold #DABA48
RGB
CMYK
RGB Variations
Color information
#DABA48 (or 0xDABA48) is known color: Old Gold. HEX triplet: DA, BA and 48. RGB value is (218,186,72). Sum of RGB (Red+Green+Blue) = 218+186+72=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA48 is #2545B7. Grayscale: #B7B7B7. Windows color (decimal): -2442680 or 4766426. OLE color: 4766426.
HSL color Cylindrical-coordinate representation of color #DABA48: hue angle of 46.85º 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 #DABA48 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 72 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.15 |
| HSL | 46.85º | 0.66% | 0.57% | - |
| HSV(B) | 46.85º | 0.67% | 0.85% | - |
| XYZ | 47.64 | 50.49 | 13.37 | - |
| YUV | 182.57 | 65.6 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 72 | 0 | 0.15 | 0.67 | 0.15 | 46.85 | 0.66 | 0.57 |
| Hex | DA | BA | 48 | 0 | F | 43 | F | 2F | 42 | 39 |
| Octal | 332 | 272 | 110 | 0 | 17 | 103 | 17 | 57 | 102 | 71 |
| Binary | 11011010 | 10111010 | 1001000 | 0 | 1111 | 1000011 | 1111 | 101111 | 1000010 | 111001 |
Color Harmonies of #DABA48
Complementary color
Monochromatic Colors of #DABA48
Black with #DABA48
Text Example
Text Example
White with #DABA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA48; }
p { color: rgb(218,186,72); }
H1.HeaderClassName
{
color: #DABA48;
}
.AnyTagClassName
{
color: #DABA48;
}
</style>
background-color css
<style>
a { background-color: #DABA48; }
a { background-color: rgb(218,186,72); }
div.DivClassName
{
background-color: #DABA48;
}
.BgClassName
{
background-color: #DABA48;
}
</style>
border-color css
<style>
span { border-color: #DABA48; }
span { border-color: rgb(218,186,72); }
td.TdClassName
{
border-color: #DABA48;
}
.TagClassName
{
border-color: #DABA48;
}
</style>