Shades of Old Gold #DAB941
Tints of Old Gold #DAB941
RGB
CMYK
RGB Variations
Color information
#DAB941 (or 0xDAB941) is known color: Old Gold. HEX triplet: DA, B9 and 41. RGB value is (218,185,65). Sum of RGB (Red+Green+Blue) = 218+185+65=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB941 is #2546BE. Grayscale: #B5B5B5. Windows color (decimal): -2442943 or 4307418. OLE color: 4307418.
HSL color Cylindrical-coordinate representation of color #DAB941: hue angle of 47.06º 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 #DAB941 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 65 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.15 |
| HSL | 47.06º | 0.67% | 0.55% | - |
| HSV(B) | 47.06º | 0.7% | 0.85% | - |
| XYZ | 47.22 | 49.99 | 12.16 | - |
| YUV | 181.19 | 62.43 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 65 | 0 | 0.15 | 0.70 | 0.15 | 47.06 | 0.67 | 0.55 |
| Hex | DA | B9 | 41 | 0 | F | 46 | F | 2F | 43 | 37 |
| Octal | 332 | 271 | 101 | 0 | 17 | 106 | 17 | 57 | 103 | 67 |
| Binary | 11011010 | 10111001 | 1000001 | 0 | 1111 | 1000110 | 1111 | 101111 | 1000011 | 110111 |
Color Harmonies of #DAB941
Complementary color
Monochromatic Colors of #DAB941
Black with #DAB941
Text Example
Text Example
White with #DAB941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB941; }
p { color: rgb(218,185,65); }
H1.HeaderClassName
{
color: #DAB941;
}
.AnyTagClassName
{
color: #DAB941;
}
</style>
background-color css
<style>
a { background-color: #DAB941; }
a { background-color: rgb(218,185,65); }
div.DivClassName
{
background-color: #DAB941;
}
.BgClassName
{
background-color: #DAB941;
}
</style>
border-color css
<style>
span { border-color: #DAB941; }
span { border-color: rgb(218,185,65); }
td.TdClassName
{
border-color: #DAB941;
}
.TagClassName
{
border-color: #DAB941;
}
</style>