Shades of Old Gold #DABA41
Tints of Old Gold #DABA41
RGB
CMYK
RGB Variations
Color information
#DABA41 (or 0xDABA41) is known color: Old Gold. HEX triplet: DA, BA and 41. RGB value is (218,186,65). Sum of RGB (Red+Green+Blue) = 218+186+65=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA41 is #2545BE. Grayscale: #B6B6B6. Windows color (decimal): -2442687 or 4307674. OLE color: 4307674.
HSL color Cylindrical-coordinate representation of color #DABA41: hue angle of 47.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DABA41 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 65 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.15 |
| HSL | 47.45º | 0.67% | 0.55% | - |
| HSV(B) | 47.45º | 0.7% | 0.85% | - |
| XYZ | 47.43 | 50.4 | 12.23 | - |
| YUV | 181.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 65 | 0 | 0.15 | 0.70 | 0.15 | 47.45 | 0.67 | 0.55 |
| Hex | DA | BA | 41 | 0 | F | 46 | F | 2F | 43 | 37 |
| Octal | 332 | 272 | 101 | 0 | 17 | 106 | 17 | 57 | 103 | 67 |
| Binary | 11011010 | 10111010 | 1000001 | 0 | 1111 | 1000110 | 1111 | 101111 | 1000011 | 110111 |
Color Harmonies of #DABA41
Complementary color
Monochromatic Colors of #DABA41
Black with #DABA41
Text Example
Text Example
White with #DABA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA41; }
p { color: rgb(218,186,65); }
H1.HeaderClassName
{
color: #DABA41;
}
.AnyTagClassName
{
color: #DABA41;
}
</style>
background-color css
<style>
a { background-color: #DABA41; }
a { background-color: rgb(218,186,65); }
div.DivClassName
{
background-color: #DABA41;
}
.BgClassName
{
background-color: #DABA41;
}
</style>
border-color css
<style>
span { border-color: #DABA41; }
span { border-color: rgb(218,186,65); }
td.TdClassName
{
border-color: #DABA41;
}
.TagClassName
{
border-color: #DABA41;
}
</style>