Shades of Old Gold #DABD3A
Tints of Old Gold #DABD3A
RGB
CMYK
RGB Variations
Color information
#DABD3A (or 0xDABD3A) is known color: Old Gold. HEX triplet: DA, BD and 3A. RGB value is (218,189,58). Sum of RGB (Red+Green+Blue) = 218+189+58=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD3A is #2542C5. Grayscale: #B7B7B7. Windows color (decimal): -2441926 or 3849690. OLE color: 3849690.
HSL color Cylindrical-coordinate representation of color #DABD3A: hue angle of 49.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DABD3A is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 58 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.15 |
| HSL | 49.13º | 0.68% | 0.54% | - |
| HSV(B) | 49.13º | 0.73% | 0.85% | - |
| XYZ | 47.87 | 51.61 | 11.44 | - |
| YUV | 182.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 58 | 0 | 0.13 | 0.73 | 0.15 | 49.13 | 0.68 | 0.54 |
| Hex | DA | BD | 3A | 0 | D | 49 | F | 31 | 44 | 36 |
| Octal | 332 | 275 | 72 | 0 | 15 | 111 | 17 | 61 | 104 | 66 |
| Binary | 11011010 | 10111101 | 111010 | 0 | 1101 | 1001001 | 1111 | 110001 | 1000100 | 110110 |
Color Harmonies of #DABD3A
Complementary color
Monochromatic Colors of #DABD3A
Black with #DABD3A
Text Example
Text Example
White with #DABD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD3A; }
p { color: rgb(218,189,58); }
H1.HeaderClassName
{
color: #DABD3A;
}
.AnyTagClassName
{
color: #DABD3A;
}
</style>
background-color css
<style>
a { background-color: #DABD3A; }
a { background-color: rgb(218,189,58); }
div.DivClassName
{
background-color: #DABD3A;
}
.BgClassName
{
background-color: #DABD3A;
}
</style>
border-color css
<style>
span { border-color: #DABD3A; }
span { border-color: rgb(218,189,58); }
td.TdClassName
{
border-color: #DABD3A;
}
.TagClassName
{
border-color: #DABD3A;
}
</style>