Shades of Old Gold #DAB844
Tints of Old Gold #DAB844
RGB
CMYK
RGB Variations
Color information
#DAB844 (or 0xDAB844) is known color: Old Gold. HEX triplet: DA, B8 and 44. RGB value is (218,184,68). Sum of RGB (Red+Green+Blue) = 218+184+68=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB844 is #2547BB. Grayscale: #B5B5B5. Windows color (decimal): -2443196 or 4503770. OLE color: 4503770.
HSL color Cylindrical-coordinate representation of color #DAB844: hue angle of 46.4º 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 #DAB844 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 68 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.15 |
| HSL | 46.4º | 0.67% | 0.56% | - |
| HSV(B) | 46.4º | 0.69% | 0.85% | - |
| XYZ | 47.1 | 49.6 | 12.56 | - |
| YUV | 180.94 | 64.26 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 68 | 0 | 0.16 | 0.69 | 0.15 | 46.4 | 0.67 | 0.56 |
| Hex | DA | B8 | 44 | 0 | 10 | 45 | F | 2E | 43 | 38 |
| Octal | 332 | 270 | 104 | 0 | 20 | 105 | 17 | 56 | 103 | 70 |
| Binary | 11011010 | 10111000 | 1000100 | 0 | 10000 | 1000101 | 1111 | 101110 | 1000011 | 111000 |
Color Harmonies of #DAB844
Complementary color
Monochromatic Colors of #DAB844
Black with #DAB844
Text Example
Text Example
White with #DAB844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB844; }
p { color: rgb(218,184,68); }
H1.HeaderClassName
{
color: #DAB844;
}
.AnyTagClassName
{
color: #DAB844;
}
</style>
background-color css
<style>
a { background-color: #DAB844; }
a { background-color: rgb(218,184,68); }
div.DivClassName
{
background-color: #DAB844;
}
.BgClassName
{
background-color: #DAB844;
}
</style>
border-color css
<style>
span { border-color: #DAB844; }
span { border-color: rgb(218,184,68); }
td.TdClassName
{
border-color: #DAB844;
}
.TagClassName
{
border-color: #DAB844;
}
</style>