Shades of Old Gold #DABC40
Tints of Old Gold #DABC40
RGB
CMYK
RGB Variations
Color information
#DABC40 (or 0xDABC40) is known color: Old Gold. HEX triplet: DA, BC and 40. RGB value is (218,188,64). Sum of RGB (Red+Green+Blue) = 218+188+64=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC40 is #2543BF. Grayscale: #B7B7B7. Windows color (decimal): -2442176 or 4242650. OLE color: 4242650.
HSL color Cylindrical-coordinate representation of color #DABC40: hue angle of 48.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DABC40 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 64 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.15 |
| HSL | 48.31º | 0.68% | 0.55% | - |
| HSV(B) | 48.31º | 0.71% | 0.85% | - |
| XYZ | 47.82 | 51.24 | 12.22 | - |
| YUV | 182.83 | 60.94 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 64 | 0 | 0.14 | 0.71 | 0.15 | 48.31 | 0.68 | 0.55 |
| Hex | DA | BC | 40 | 0 | E | 47 | F | 30 | 44 | 37 |
| Octal | 332 | 274 | 100 | 0 | 16 | 107 | 17 | 60 | 104 | 67 |
| Binary | 11011010 | 10111100 | 1000000 | 0 | 1110 | 1000111 | 1111 | 110000 | 1000100 | 110111 |
Color Harmonies of #DABC40
Complementary color
Monochromatic Colors of #DABC40
Black with #DABC40
Text Example
Text Example
White with #DABC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC40; }
p { color: rgb(218,188,64); }
H1.HeaderClassName
{
color: #DABC40;
}
.AnyTagClassName
{
color: #DABC40;
}
</style>
background-color css
<style>
a { background-color: #DABC40; }
a { background-color: rgb(218,188,64); }
div.DivClassName
{
background-color: #DABC40;
}
.BgClassName
{
background-color: #DABC40;
}
</style>
border-color css
<style>
span { border-color: #DABC40; }
span { border-color: rgb(218,188,64); }
td.TdClassName
{
border-color: #DABC40;
}
.TagClassName
{
border-color: #DABC40;
}
</style>