Shades of Old Gold #D8BC45
Tints of Old Gold #D8BC45
RGB
CMYK
RGB Variations
Color information
#D8BC45 (or 0xD8BC45) is known color: Old Gold. HEX triplet: D8, BC and 45. RGB value is (216,188,69). Sum of RGB (Red+Green+Blue) = 216+188+69=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BC45 is #2743BA. Grayscale: #B7B7B7. Windows color (decimal): -2573243 or 4570328. OLE color: 4570328.
HSL color Cylindrical-coordinate representation of color #D8BC45: hue angle of 48.57º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8BC45 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 69 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.15 |
| HSL | 48.57º | 0.65% | 0.56% | - |
| HSV(B) | 48.57º | 0.68% | 0.85% | - |
| XYZ | 47.38 | 51 | 12.98 | - |
| YUV | 182.81 | 63.78 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 69 | 0 | 0.13 | 0.68 | 0.15 | 48.57 | 0.65 | 0.56 |
| Hex | D8 | BC | 45 | 0 | D | 44 | F | 31 | 41 | 38 |
| Octal | 330 | 274 | 105 | 0 | 15 | 104 | 17 | 61 | 101 | 70 |
| Binary | 11011000 | 10111100 | 1000101 | 0 | 1101 | 1000100 | 1111 | 110001 | 1000001 | 111000 |
Color Harmonies of #D8BC45
Complementary color
Monochromatic Colors of #D8BC45
Black with #D8BC45
Text Example
Text Example
White with #D8BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC45; }
p { color: rgb(216,188,69); }
H1.HeaderClassName
{
color: #D8BC45;
}
.AnyTagClassName
{
color: #D8BC45;
}
</style>
background-color css
<style>
a { background-color: #D8BC45; }
a { background-color: rgb(216,188,69); }
div.DivClassName
{
background-color: #D8BC45;
}
.BgClassName
{
background-color: #D8BC45;
}
</style>
border-color css
<style>
span { border-color: #D8BC45; }
span { border-color: rgb(216,188,69); }
td.TdClassName
{
border-color: #D8BC45;
}
.TagClassName
{
border-color: #D8BC45;
}
</style>