Shades of Old Gold #DABA40
Tints of Old Gold #DABA40
RGB
CMYK
RGB Variations
Color information
#DABA40 (or 0xDABA40) is known color: Old Gold. HEX triplet: DA, BA and 40. RGB value is (218,186,64). Sum of RGB (Red+Green+Blue) = 218+186+64=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA40 is #2545BF. Grayscale: #B6B6B6. Windows color (decimal): -2442688 or 4242138. OLE color: 4242138.
HSL color Cylindrical-coordinate representation of color #DABA40: hue angle of 47.53º 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 #DABA40 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 64 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.15 |
| HSL | 47.53º | 0.68% | 0.55% | - |
| HSV(B) | 47.53º | 0.71% | 0.85% | - |
| XYZ | 47.4 | 50.39 | 12.08 | - |
| YUV | 181.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 64 | 0 | 0.15 | 0.71 | 0.15 | 47.53 | 0.68 | 0.55 |
| Hex | DA | BA | 40 | 0 | F | 47 | F | 30 | 44 | 37 |
| Octal | 332 | 272 | 100 | 0 | 17 | 107 | 17 | 60 | 104 | 67 |
| Binary | 11011010 | 10111010 | 1000000 | 0 | 1111 | 1000111 | 1111 | 110000 | 1000100 | 110111 |
Color Harmonies of #DABA40
Complementary color
Monochromatic Colors of #DABA40
Black with #DABA40
Text Example
Text Example
White with #DABA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA40; }
p { color: rgb(218,186,64); }
H1.HeaderClassName
{
color: #DABA40;
}
.AnyTagClassName
{
color: #DABA40;
}
</style>
background-color css
<style>
a { background-color: #DABA40; }
a { background-color: rgb(218,186,64); }
div.DivClassName
{
background-color: #DABA40;
}
.BgClassName
{
background-color: #DABA40;
}
</style>
border-color css
<style>
span { border-color: #DABA40; }
span { border-color: rgb(218,186,64); }
td.TdClassName
{
border-color: #DABA40;
}
.TagClassName
{
border-color: #DABA40;
}
</style>