Shades of Old Gold #DABB43
Tints of Old Gold #DABB43
RGB
CMYK
RGB Variations
Color information
#DABB43 (or 0xDABB43) is known color: Old Gold. HEX triplet: DA, BB and 43. RGB value is (218,187,67). Sum of RGB (Red+Green+Blue) = 218+187+67=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 67 (26.56% from 255 or 14.19% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB43 is #2544BC. Grayscale: #B7B7B7. Windows color (decimal): -2442429 or 4439002. OLE color: 4439002.
HSL color Cylindrical-coordinate representation of color #DABB43: hue angle of 47.68º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DABB43 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 67 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.15 |
| HSL | 47.68º | 0.67% | 0.56% | - |
| HSV(B) | 47.68º | 0.69% | 0.85% | - |
| XYZ | 47.7 | 50.85 | 12.61 | - |
| YUV | 182.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 67 | 0 | 0.14 | 0.69 | 0.15 | 47.68 | 0.67 | 0.56 |
| Hex | DA | BB | 43 | 0 | E | 45 | F | 30 | 43 | 38 |
| Octal | 332 | 273 | 103 | 0 | 16 | 105 | 17 | 60 | 103 | 70 |
| Binary | 11011010 | 10111011 | 1000011 | 0 | 1110 | 1000101 | 1111 | 110000 | 1000011 | 111000 |
Color Harmonies of #DABB43
Complementary color
Monochromatic Colors of #DABB43
Black with #DABB43
Text Example
Text Example
White with #DABB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB43; }
p { color: rgb(218,187,67); }
H1.HeaderClassName
{
color: #DABB43;
}
.AnyTagClassName
{
color: #DABB43;
}
</style>
background-color css
<style>
a { background-color: #DABB43; }
a { background-color: rgb(218,187,67); }
div.DivClassName
{
background-color: #DABB43;
}
.BgClassName
{
background-color: #DABB43;
}
</style>
border-color css
<style>
span { border-color: #DABB43; }
span { border-color: rgb(218,187,67); }
td.TdClassName
{
border-color: #DABB43;
}
.TagClassName
{
border-color: #DABB43;
}
</style>