Shades of Old Gold #DABA4A
Tints of Old Gold #DABA4A
RGB
CMYK
RGB Variations
Color information
#DABA4A (or 0xDABA4A) is known color: Old Gold. HEX triplet: DA, BA and 4A. RGB value is (218,186,74). Sum of RGB (Red+Green+Blue) = 218+186+74=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA4A is #2545B5. Grayscale: #B7B7B7. Windows color (decimal): -2442678 or 4897498. OLE color: 4897498.
HSL color Cylindrical-coordinate representation of color #DABA4A: hue angle of 46.67º 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 #DABA4A is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 74 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.15 |
| HSL | 46.67º | 0.66% | 0.57% | - |
| HSV(B) | 46.67º | 0.66% | 0.85% | - |
| XYZ | 47.71 | 50.52 | 13.71 | - |
| YUV | 182.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 74 | 0 | 0.15 | 0.66 | 0.15 | 46.67 | 0.66 | 0.57 |
| Hex | DA | BA | 4A | 0 | F | 42 | F | 2F | 42 | 39 |
| Octal | 332 | 272 | 112 | 0 | 17 | 102 | 17 | 57 | 102 | 71 |
| Binary | 11011010 | 10111010 | 1001010 | 0 | 1111 | 1000010 | 1111 | 101111 | 1000010 | 111001 |
Color Harmonies of #DABA4A
Complementary color
Monochromatic Colors of #DABA4A
Black with #DABA4A
Text Example
Text Example
White with #DABA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA4A; }
p { color: rgb(218,186,74); }
H1.HeaderClassName
{
color: #DABA4A;
}
.AnyTagClassName
{
color: #DABA4A;
}
</style>
background-color css
<style>
a { background-color: #DABA4A; }
a { background-color: rgb(218,186,74); }
div.DivClassName
{
background-color: #DABA4A;
}
.BgClassName
{
background-color: #DABA4A;
}
</style>
border-color css
<style>
span { border-color: #DABA4A; }
span { border-color: rgb(218,186,74); }
td.TdClassName
{
border-color: #DABA4A;
}
.TagClassName
{
border-color: #DABA4A;
}
</style>