Shades of Old Gold #DAB94A
Tints of Old Gold #DAB94A
RGB
CMYK
RGB Variations
Color information
#DAB94A (or 0xDAB94A) is known color: Old Gold. HEX triplet: DA, B9 and 4A. RGB value is (218,185,74). Sum of RGB (Red+Green+Blue) = 218+185+74=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB94A is #2546B5. Grayscale: #B6B6B6. Windows color (decimal): -2442934 or 4897242. OLE color: 4897242.
HSL color Cylindrical-coordinate representation of color #DAB94A: hue angle of 46.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAB94A is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 74 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.15 |
| HSL | 46.25º | 0.66% | 0.57% | - |
| HSV(B) | 46.25º | 0.66% | 0.85% | - |
| XYZ | 47.5 | 50.1 | 13.64 | - |
| YUV | 182.21 | 66.93 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 74 | 0 | 0.15 | 0.66 | 0.15 | 46.25 | 0.66 | 0.57 |
| Hex | DA | B9 | 4A | 0 | F | 42 | F | 2E | 42 | 39 |
| Octal | 332 | 271 | 112 | 0 | 17 | 102 | 17 | 56 | 102 | 71 |
| Binary | 11011010 | 10111001 | 1001010 | 0 | 1111 | 1000010 | 1111 | 101110 | 1000010 | 111001 |
Color Harmonies of #DAB94A
Complementary color
Monochromatic Colors of #DAB94A
Black with #DAB94A
Text Example
Text Example
White with #DAB94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB94A; }
p { color: rgb(218,185,74); }
H1.HeaderClassName
{
color: #DAB94A;
}
.AnyTagClassName
{
color: #DAB94A;
}
</style>
background-color css
<style>
a { background-color: #DAB94A; }
a { background-color: rgb(218,185,74); }
div.DivClassName
{
background-color: #DAB94A;
}
.BgClassName
{
background-color: #DAB94A;
}
</style>
border-color css
<style>
span { border-color: #DAB94A; }
span { border-color: rgb(218,185,74); }
td.TdClassName
{
border-color: #DAB94A;
}
.TagClassName
{
border-color: #DAB94A;
}
</style>