Shades of Old Gold #D8BA38
Tints of Old Gold #D8BA38
RGB
CMYK
RGB Variations
Color information
#D8BA38 (or 0xD8BA38) is known color: Old Gold. HEX triplet: D8, BA and 38. RGB value is (216,186,56). Sum of RGB (Red+Green+Blue) = 216+186+56=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA38 is #2745C7. Grayscale: #B4B4B4. Windows color (decimal): -2573768 or 3717848. OLE color: 3717848.
HSL color Cylindrical-coordinate representation of color #D8BA38: hue angle of 48.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8BA38 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 56 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.15 |
| HSL | 48.75º | 0.67% | 0.53% | - |
| HSV(B) | 48.75º | 0.74% | 0.85% | - |
| XYZ | 46.59 | 50 | 10.94 | - |
| YUV | 180.15 | 57.94 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 56 | 0 | 0.14 | 0.74 | 0.15 | 48.75 | 0.67 | 0.53 |
| Hex | D8 | BA | 38 | 0 | E | 4A | F | 31 | 43 | 35 |
| Octal | 330 | 272 | 70 | 0 | 16 | 112 | 17 | 61 | 103 | 65 |
| Binary | 11011000 | 10111010 | 111000 | 0 | 1110 | 1001010 | 1111 | 110001 | 1000011 | 110101 |
Color Harmonies of #D8BA38
Complementary color
Monochromatic Colors of #D8BA38
Black with #D8BA38
Text Example
Text Example
White with #D8BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA38; }
p { color: rgb(216,186,56); }
H1.HeaderClassName
{
color: #D8BA38;
}
.AnyTagClassName
{
color: #D8BA38;
}
</style>
background-color css
<style>
a { background-color: #D8BA38; }
a { background-color: rgb(216,186,56); }
div.DivClassName
{
background-color: #D8BA38;
}
.BgClassName
{
background-color: #D8BA38;
}
</style>
border-color css
<style>
span { border-color: #D8BA38; }
span { border-color: rgb(216,186,56); }
td.TdClassName
{
border-color: #D8BA38;
}
.TagClassName
{
border-color: #D8BA38;
}
</style>