Shades of Old Gold #DABB44
Tints of Old Gold #DABB44
RGB
CMYK
RGB Variations
Color information
#DABB44 (or 0xDABB44) is known color: Old Gold. HEX triplet: DA, BB and 44. RGB value is (218,187,68). Sum of RGB (Red+Green+Blue) = 218+187+68=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB44 is #2544BB. Grayscale: #B7B7B7. Windows color (decimal): -2442428 or 4504538. OLE color: 4504538.
HSL color Cylindrical-coordinate representation of color #DABB44: hue angle of 47.6º 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 #DABB44 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 68 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.15 |
| HSL | 47.6º | 0.67% | 0.56% | - |
| HSV(B) | 47.6º | 0.69% | 0.85% | - |
| XYZ | 47.73 | 50.86 | 12.77 | - |
| YUV | 182.7 | 63.27 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 68 | 0 | 0.14 | 0.69 | 0.15 | 47.6 | 0.67 | 0.56 |
| Hex | DA | BB | 44 | 0 | E | 45 | F | 30 | 43 | 38 |
| Octal | 332 | 273 | 104 | 0 | 16 | 105 | 17 | 60 | 103 | 70 |
| Binary | 11011010 | 10111011 | 1000100 | 0 | 1110 | 1000101 | 1111 | 110000 | 1000011 | 111000 |
Color Harmonies of #DABB44
Complementary color
Monochromatic Colors of #DABB44
Black with #DABB44
Text Example
Text Example
White with #DABB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB44; }
p { color: rgb(218,187,68); }
H1.HeaderClassName
{
color: #DABB44;
}
.AnyTagClassName
{
color: #DABB44;
}
</style>
background-color css
<style>
a { background-color: #DABB44; }
a { background-color: rgb(218,187,68); }
div.DivClassName
{
background-color: #DABB44;
}
.BgClassName
{
background-color: #DABB44;
}
</style>
border-color css
<style>
span { border-color: #DABB44; }
span { border-color: rgb(218,187,68); }
td.TdClassName
{
border-color: #DABB44;
}
.TagClassName
{
border-color: #DABB44;
}
</style>