Shades of Old Gold #DABC3E
Tints of Old Gold #DABC3E
RGB
CMYK
RGB Variations
Color information
#DABC3E (or 0xDABC3E) is known color: Old Gold. HEX triplet: DA, BC and 3E. RGB value is (218,188,62). Sum of RGB (Red+Green+Blue) = 218+188+62=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC3E is #2543C1. Grayscale: #B7B7B7. Windows color (decimal): -2442178 or 4111578. OLE color: 4111578.
HSL color Cylindrical-coordinate representation of color #DABC3E: hue angle of 48.46º 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 #DABC3E is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 62 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.15 |
| HSL | 48.46º | 0.68% | 0.55% | - |
| HSV(B) | 48.46º | 0.72% | 0.85% | - |
| XYZ | 47.77 | 51.22 | 11.93 | - |
| YUV | 182.61 | 59.94 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 62 | 0 | 0.14 | 0.72 | 0.15 | 48.46 | 0.68 | 0.55 |
| Hex | DA | BC | 3E | 0 | E | 48 | F | 30 | 44 | 37 |
| Octal | 332 | 274 | 76 | 0 | 16 | 110 | 17 | 60 | 104 | 67 |
| Binary | 11011010 | 10111100 | 111110 | 0 | 1110 | 1001000 | 1111 | 110000 | 1000100 | 110111 |
Color Harmonies of #DABC3E
Complementary color
Monochromatic Colors of #DABC3E
Black with #DABC3E
Text Example
Text Example
White with #DABC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC3E; }
p { color: rgb(218,188,62); }
H1.HeaderClassName
{
color: #DABC3E;
}
.AnyTagClassName
{
color: #DABC3E;
}
</style>
background-color css
<style>
a { background-color: #DABC3E; }
a { background-color: rgb(218,188,62); }
div.DivClassName
{
background-color: #DABC3E;
}
.BgClassName
{
background-color: #DABC3E;
}
</style>
border-color css
<style>
span { border-color: #DABC3E; }
span { border-color: rgb(218,188,62); }
td.TdClassName
{
border-color: #DABC3E;
}
.TagClassName
{
border-color: #DABC3E;
}
</style>