Shades of Old Gold #DABC3C
Tints of Old Gold #DABC3C
RGB
CMYK
RGB Variations
Color information
#DABC3C (or 0xDABC3C) is known color: Old Gold. HEX triplet: DA, BC and 3C. RGB value is (218,188,60). Sum of RGB (Red+Green+Blue) = 218+188+60=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC3C is #2543C3. Grayscale: #B6B6B6. Windows color (decimal): -2442180 or 3980506. OLE color: 3980506.
HSL color Cylindrical-coordinate representation of color #DABC3C: hue angle of 48.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DABC3C is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 60 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.15 |
| HSL | 48.61º | 0.68% | 0.55% | - |
| HSV(B) | 48.61º | 0.72% | 0.85% | - |
| XYZ | 47.71 | 51.2 | 11.64 | - |
| YUV | 182.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 60 | 0 | 0.14 | 0.72 | 0.15 | 48.61 | 0.68 | 0.55 |
| Hex | DA | BC | 3C | 0 | E | 48 | F | 31 | 44 | 37 |
| Octal | 332 | 274 | 74 | 0 | 16 | 110 | 17 | 61 | 104 | 67 |
| Binary | 11011010 | 10111100 | 111100 | 0 | 1110 | 1001000 | 1111 | 110001 | 1000100 | 110111 |
Color Harmonies of #DABC3C
Complementary color
Monochromatic Colors of #DABC3C
Black with #DABC3C
Text Example
Text Example
White with #DABC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC3C; }
p { color: rgb(218,188,60); }
H1.HeaderClassName
{
color: #DABC3C;
}
.AnyTagClassName
{
color: #DABC3C;
}
</style>
background-color css
<style>
a { background-color: #DABC3C; }
a { background-color: rgb(218,188,60); }
div.DivClassName
{
background-color: #DABC3C;
}
.BgClassName
{
background-color: #DABC3C;
}
</style>
border-color css
<style>
span { border-color: #DABC3C; }
span { border-color: rgb(218,188,60); }
td.TdClassName
{
border-color: #DABC3C;
}
.TagClassName
{
border-color: #DABC3C;
}
</style>