Shades of Old Gold #DABA45
Tints of Old Gold #DABA45
RGB
CMYK
RGB Variations
Color information
#DABA45 (or 0xDABA45) is known color: Old Gold. HEX triplet: DA, BA and 45. RGB value is (218,186,69). Sum of RGB (Red+Green+Blue) = 218+186+69=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA45 is #2545BA. Grayscale: #B6B6B6. Windows color (decimal): -2442683 or 4569818. OLE color: 4569818.
HSL color Cylindrical-coordinate representation of color #DABA45: hue angle of 47.11º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DABA45 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 69 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.15 |
| HSL | 47.11º | 0.67% | 0.56% | - |
| HSV(B) | 47.11º | 0.68% | 0.85% | - |
| XYZ | 47.55 | 50.45 | 12.86 | - |
| YUV | 182.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 69 | 0 | 0.15 | 0.68 | 0.15 | 47.11 | 0.67 | 0.56 |
| Hex | DA | BA | 45 | 0 | F | 44 | F | 2F | 43 | 38 |
| Octal | 332 | 272 | 105 | 0 | 17 | 104 | 17 | 57 | 103 | 70 |
| Binary | 11011010 | 10111010 | 1000101 | 0 | 1111 | 1000100 | 1111 | 101111 | 1000011 | 111000 |
Color Harmonies of #DABA45
Complementary color
Monochromatic Colors of #DABA45
Black with #DABA45
Text Example
Text Example
White with #DABA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA45; }
p { color: rgb(218,186,69); }
H1.HeaderClassName
{
color: #DABA45;
}
.AnyTagClassName
{
color: #DABA45;
}
</style>
background-color css
<style>
a { background-color: #DABA45; }
a { background-color: rgb(218,186,69); }
div.DivClassName
{
background-color: #DABA45;
}
.BgClassName
{
background-color: #DABA45;
}
</style>
border-color css
<style>
span { border-color: #DABA45; }
span { border-color: rgb(218,186,69); }
td.TdClassName
{
border-color: #DABA45;
}
.TagClassName
{
border-color: #DABA45;
}
</style>