Shades of Old Gold #D8BC3C
Tints of Old Gold #D8BC3C
RGB
CMYK
RGB Variations
Color information
#D8BC3C (or 0xD8BC3C) is known color: Old Gold. HEX triplet: D8, BC and 3C. RGB value is (216,188,60). Sum of RGB (Red+Green+Blue) = 216+188+60=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BC3C is #2743C3. Grayscale: #B6B6B6. Windows color (decimal): -2573252 or 3980504. OLE color: 3980504.
HSL color Cylindrical-coordinate representation of color #D8BC3C: hue angle of 49.23º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8BC3C is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 60 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.15 |
| HSL | 49.23º | 0.67% | 0.54% | - |
| HSV(B) | 49.23º | 0.72% | 0.85% | - |
| XYZ | 47.12 | 50.89 | 11.61 | - |
| YUV | 181.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 60 | 0 | 0.13 | 0.72 | 0.15 | 49.23 | 0.67 | 0.54 |
| Hex | D8 | BC | 3C | 0 | D | 48 | F | 31 | 43 | 36 |
| Octal | 330 | 274 | 74 | 0 | 15 | 110 | 17 | 61 | 103 | 66 |
| Binary | 11011000 | 10111100 | 111100 | 0 | 1101 | 1001000 | 1111 | 110001 | 1000011 | 110110 |
Color Harmonies of #D8BC3C
Complementary color
Monochromatic Colors of #D8BC3C
Black with #D8BC3C
Text Example
Text Example
White with #D8BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC3C; }
p { color: rgb(216,188,60); }
H1.HeaderClassName
{
color: #D8BC3C;
}
.AnyTagClassName
{
color: #D8BC3C;
}
</style>
background-color css
<style>
a { background-color: #D8BC3C; }
a { background-color: rgb(216,188,60); }
div.DivClassName
{
background-color: #D8BC3C;
}
.BgClassName
{
background-color: #D8BC3C;
}
</style>
border-color css
<style>
span { border-color: #D8BC3C; }
span { border-color: rgb(216,188,60); }
td.TdClassName
{
border-color: #D8BC3C;
}
.TagClassName
{
border-color: #D8BC3C;
}
</style>