Shades of Old Gold #DAB943
Tints of Old Gold #DAB943
RGB
CMYK
RGB Variations
Color information
#DAB943 (or 0xDAB943) is known color: Old Gold. HEX triplet: DA, B9 and 43. RGB value is (218,185,67). Sum of RGB (Red+Green+Blue) = 218+185+67=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB943 is #2546BC. Grayscale: #B5B5B5. Windows color (decimal): -2442941 or 4438490. OLE color: 4438490.
HSL color Cylindrical-coordinate representation of color #DAB943: hue angle of 46.89º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAB943 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 67 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.15 |
| HSL | 46.89º | 0.67% | 0.56% | - |
| HSV(B) | 46.89º | 0.69% | 0.85% | - |
| XYZ | 47.28 | 50.01 | 12.47 | - |
| YUV | 181.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 67 | 0 | 0.15 | 0.69 | 0.15 | 46.89 | 0.67 | 0.56 |
| Hex | DA | B9 | 43 | 0 | F | 45 | F | 2F | 43 | 38 |
| Octal | 332 | 271 | 103 | 0 | 17 | 105 | 17 | 57 | 103 | 70 |
| Binary | 11011010 | 10111001 | 1000011 | 0 | 1111 | 1000101 | 1111 | 101111 | 1000011 | 111000 |
Color Harmonies of #DAB943
Complementary color
Monochromatic Colors of #DAB943
Black with #DAB943
Text Example
Text Example
White with #DAB943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB943; }
p { color: rgb(218,185,67); }
H1.HeaderClassName
{
color: #DAB943;
}
.AnyTagClassName
{
color: #DAB943;
}
</style>
background-color css
<style>
a { background-color: #DAB943; }
a { background-color: rgb(218,185,67); }
div.DivClassName
{
background-color: #DAB943;
}
.BgClassName
{
background-color: #DAB943;
}
</style>
border-color css
<style>
span { border-color: #DAB943; }
span { border-color: rgb(218,185,67); }
td.TdClassName
{
border-color: #DAB943;
}
.TagClassName
{
border-color: #DAB943;
}
</style>