Shades of Old Gold #DABB3E
Tints of Old Gold #DABB3E
RGB
CMYK
RGB Variations
Color information
#DABB3E (or 0xDABB3E) is known color: Old Gold. HEX triplet: DA, BB and 3E. RGB value is (218,187,62). Sum of RGB (Red+Green+Blue) = 218+187+62=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB3E is #2544C1. Grayscale: #B6B6B6. Windows color (decimal): -2442434 or 4111322. OLE color: 4111322.
HSL color Cylindrical-coordinate representation of color #DABB3E: hue angle of 48.08º 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 #DABB3E is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 62 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.15 |
| HSL | 48.08º | 0.68% | 0.55% | - |
| HSV(B) | 48.08º | 0.72% | 0.85% | - |
| XYZ | 47.55 | 50.79 | 11.86 | - |
| YUV | 182.02 | 60.27 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 62 | 0 | 0.14 | 0.72 | 0.15 | 48.08 | 0.68 | 0.55 |
| Hex | DA | BB | 3E | 0 | E | 48 | F | 30 | 44 | 37 |
| Octal | 332 | 273 | 76 | 0 | 16 | 110 | 17 | 60 | 104 | 67 |
| Binary | 11011010 | 10111011 | 111110 | 0 | 1110 | 1001000 | 1111 | 110000 | 1000100 | 110111 |
Color Harmonies of #DABB3E
Complementary color
Monochromatic Colors of #DABB3E
Black with #DABB3E
Text Example
Text Example
White with #DABB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB3E; }
p { color: rgb(218,187,62); }
H1.HeaderClassName
{
color: #DABB3E;
}
.AnyTagClassName
{
color: #DABB3E;
}
</style>
background-color css
<style>
a { background-color: #DABB3E; }
a { background-color: rgb(218,187,62); }
div.DivClassName
{
background-color: #DABB3E;
}
.BgClassName
{
background-color: #DABB3E;
}
</style>
border-color css
<style>
span { border-color: #DABB3E; }
span { border-color: rgb(218,187,62); }
td.TdClassName
{
border-color: #DABB3E;
}
.TagClassName
{
border-color: #DABB3E;
}
</style>