Shades of Old Gold #DABA3C
Tints of Old Gold #DABA3C
RGB
CMYK
RGB Variations
Color information
#DABA3C (or 0xDABA3C) is known color: Old Gold. HEX triplet: DA, BA and 3C. RGB value is (218,186,60). Sum of RGB (Red+Green+Blue) = 218+186+60=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA3C is #2545C3. Grayscale: #B5B5B5. Windows color (decimal): -2442692 or 3979994. OLE color: 3979994.
HSL color Cylindrical-coordinate representation of color #DABA3C: hue angle of 47.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DABA3C is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 60 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.15 |
| HSL | 47.85º | 0.68% | 0.55% | - |
| HSV(B) | 47.85º | 0.72% | 0.85% | - |
| XYZ | 47.29 | 50.35 | 11.5 | - |
| YUV | 181.2 | 59.6 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 60 | 0 | 0.15 | 0.72 | 0.15 | 47.85 | 0.68 | 0.55 |
| Hex | DA | BA | 3C | 0 | F | 48 | F | 30 | 44 | 37 |
| Octal | 332 | 272 | 74 | 0 | 17 | 110 | 17 | 60 | 104 | 67 |
| Binary | 11011010 | 10111010 | 111100 | 0 | 1111 | 1001000 | 1111 | 110000 | 1000100 | 110111 |
Color Harmonies of #DABA3C
Complementary color
Monochromatic Colors of #DABA3C
Black with #DABA3C
Text Example
Text Example
White with #DABA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA3C; }
p { color: rgb(218,186,60); }
H1.HeaderClassName
{
color: #DABA3C;
}
.AnyTagClassName
{
color: #DABA3C;
}
</style>
background-color css
<style>
a { background-color: #DABA3C; }
a { background-color: rgb(218,186,60); }
div.DivClassName
{
background-color: #DABA3C;
}
.BgClassName
{
background-color: #DABA3C;
}
</style>
border-color css
<style>
span { border-color: #DABA3C; }
span { border-color: rgb(218,186,60); }
td.TdClassName
{
border-color: #DABA3C;
}
.TagClassName
{
border-color: #DABA3C;
}
</style>