Shades of Old Gold #D8BA41
Tints of Old Gold #D8BA41
RGB
CMYK
RGB Variations
Color information
#D8BA41 (or 0xD8BA41) is known color: Old Gold. HEX triplet: D8, BA and 41. RGB value is (216,186,65). Sum of RGB (Red+Green+Blue) = 216+186+65=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA41 is #2745BE. Grayscale: #B5B5B5. Windows color (decimal): -2573759 or 4307672. OLE color: 4307672.
HSL color Cylindrical-coordinate representation of color #D8BA41: hue angle of 48.08º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8BA41 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 65 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.15 |
| HSL | 48.08º | 0.66% | 0.55% | - |
| HSV(B) | 48.08º | 0.7% | 0.85% | - |
| XYZ | 46.83 | 50.1 | 12.2 | - |
| YUV | 181.18 | 62.44 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 65 | 0 | 0.14 | 0.70 | 0.15 | 48.08 | 0.66 | 0.55 |
| Hex | D8 | BA | 41 | 0 | E | 46 | F | 30 | 42 | 37 |
| Octal | 330 | 272 | 101 | 0 | 16 | 106 | 17 | 60 | 102 | 67 |
| Binary | 11011000 | 10111010 | 1000001 | 0 | 1110 | 1000110 | 1111 | 110000 | 1000010 | 110111 |
Color Harmonies of #D8BA41
Complementary color
Monochromatic Colors of #D8BA41
Black with #D8BA41
Text Example
Text Example
White with #D8BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA41; }
p { color: rgb(216,186,65); }
H1.HeaderClassName
{
color: #D8BA41;
}
.AnyTagClassName
{
color: #D8BA41;
}
</style>
background-color css
<style>
a { background-color: #D8BA41; }
a { background-color: rgb(216,186,65); }
div.DivClassName
{
background-color: #D8BA41;
}
.BgClassName
{
background-color: #D8BA41;
}
</style>
border-color css
<style>
span { border-color: #D8BA41; }
span { border-color: rgb(216,186,65); }
td.TdClassName
{
border-color: #D8BA41;
}
.TagClassName
{
border-color: #D8BA41;
}
</style>