Shades of Old Gold #DAB942
Tints of Old Gold #DAB942
RGB
CMYK
RGB Variations
Color information
#DAB942 (or 0xDAB942) is known color: Old Gold. HEX triplet: DA, B9 and 42. RGB value is (218,185,66). Sum of RGB (Red+Green+Blue) = 218+185+66=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB942 is #2546BD. Grayscale: #B5B5B5. Windows color (decimal): -2442942 or 4372954. OLE color: 4372954.
HSL color Cylindrical-coordinate representation of color #DAB942: hue angle of 46.97º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAB942 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 66 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.15 |
| HSL | 46.97º | 0.67% | 0.56% | - |
| HSV(B) | 46.97º | 0.7% | 0.85% | - |
| XYZ | 47.25 | 50 | 12.31 | - |
| YUV | 181.3 | 62.93 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 66 | 0 | 0.15 | 0.70 | 0.15 | 46.97 | 0.67 | 0.56 |
| Hex | DA | B9 | 42 | 0 | F | 46 | F | 2F | 43 | 38 |
| Octal | 332 | 271 | 102 | 0 | 17 | 106 | 17 | 57 | 103 | 70 |
| Binary | 11011010 | 10111001 | 1000010 | 0 | 1111 | 1000110 | 1111 | 101111 | 1000011 | 111000 |
Color Harmonies of #DAB942
Complementary color
Monochromatic Colors of #DAB942
Black with #DAB942
Text Example
Text Example
White with #DAB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB942; }
p { color: rgb(218,185,66); }
H1.HeaderClassName
{
color: #DAB942;
}
.AnyTagClassName
{
color: #DAB942;
}
</style>
background-color css
<style>
a { background-color: #DAB942; }
a { background-color: rgb(218,185,66); }
div.DivClassName
{
background-color: #DAB942;
}
.BgClassName
{
background-color: #DAB942;
}
</style>
border-color css
<style>
span { border-color: #DAB942; }
span { border-color: rgb(218,185,66); }
td.TdClassName
{
border-color: #DAB942;
}
.TagClassName
{
border-color: #DAB942;
}
</style>