Shades of Old Gold #DABB3F
Tints of Old Gold #DABB3F
RGB
CMYK
RGB Variations
Color information
#DABB3F (or 0xDABB3F) is known color: Old Gold. HEX triplet: DA, BB and 3F. RGB value is (218,187,63). Sum of RGB (Red+Green+Blue) = 218+187+63=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB3F is #2544C0. Grayscale: #B6B6B6. Windows color (decimal): -2442433 or 4176858. OLE color: 4176858.
HSL color Cylindrical-coordinate representation of color #DABB3F: hue angle of 48º 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 #DABB3F is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 63 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.15 |
| HSL | 48º | 0.68% | 0.55% | - |
| HSV(B) | 48º | 0.71% | 0.85% | - |
| XYZ | 47.58 | 50.8 | 12 | - |
| YUV | 182.13 | 60.77 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 63 | 0 | 0.14 | 0.71 | 0.15 | 48 | 0.68 | 0.55 |
| Hex | DA | BB | 3F | 0 | E | 47 | F | 30 | 44 | 37 |
| Octal | 332 | 273 | 77 | 0 | 16 | 107 | 17 | 60 | 104 | 67 |
| Binary | 11011010 | 10111011 | 111111 | 0 | 1110 | 1000111 | 1111 | 110000 | 1000100 | 110111 |
Color Harmonies of #DABB3F
Complementary color
Monochromatic Colors of #DABB3F
Black with #DABB3F
Text Example
Text Example
White with #DABB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB3F; }
p { color: rgb(218,187,63); }
H1.HeaderClassName
{
color: #DABB3F;
}
.AnyTagClassName
{
color: #DABB3F;
}
</style>
background-color css
<style>
a { background-color: #DABB3F; }
a { background-color: rgb(218,187,63); }
div.DivClassName
{
background-color: #DABB3F;
}
.BgClassName
{
background-color: #DABB3F;
}
</style>
border-color css
<style>
span { border-color: #DABB3F; }
span { border-color: rgb(218,187,63); }
td.TdClassName
{
border-color: #DABB3F;
}
.TagClassName
{
border-color: #DABB3F;
}
</style>