Shades of Old Gold #DABB47
Tints of Old Gold #DABB47
RGB
CMYK
RGB Variations
Color information
#DABB47 (or 0xDABB47) is known color: Old Gold. HEX triplet: DA, BB and 47. RGB value is (218,187,71). Sum of RGB (Red+Green+Blue) = 218+187+71=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB47 is #2544B8. Grayscale: #B7B7B7. Windows color (decimal): -2442425 or 4701146. OLE color: 4701146.
HSL color Cylindrical-coordinate representation of color #DABB47: hue angle of 47.35º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DABB47 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 71 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.15 |
| HSL | 47.35º | 0.67% | 0.57% | - |
| HSV(B) | 47.35º | 0.67% | 0.85% | - |
| XYZ | 47.82 | 50.9 | 13.27 | - |
| YUV | 183.05 | 64.77 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 71 | 0 | 0.14 | 0.67 | 0.15 | 47.35 | 0.67 | 0.57 |
| Hex | DA | BB | 47 | 0 | E | 43 | F | 2F | 43 | 39 |
| Octal | 332 | 273 | 107 | 0 | 16 | 103 | 17 | 57 | 103 | 71 |
| Binary | 11011010 | 10111011 | 1000111 | 0 | 1110 | 1000011 | 1111 | 101111 | 1000011 | 111001 |
Color Harmonies of #DABB47
Complementary color
Monochromatic Colors of #DABB47
Black with #DABB47
Text Example
Text Example
White with #DABB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB47; }
p { color: rgb(218,187,71); }
H1.HeaderClassName
{
color: #DABB47;
}
.AnyTagClassName
{
color: #DABB47;
}
</style>
background-color css
<style>
a { background-color: #DABB47; }
a { background-color: rgb(218,187,71); }
div.DivClassName
{
background-color: #DABB47;
}
.BgClassName
{
background-color: #DABB47;
}
</style>
border-color css
<style>
span { border-color: #DABB47; }
span { border-color: rgb(218,187,71); }
td.TdClassName
{
border-color: #DABB47;
}
.TagClassName
{
border-color: #DABB47;
}
</style>