Shades of Old Gold #D4BF3C
Tints of Old Gold #D4BF3C
RGB
CMYK
RGB Variations
Color information
#D4BF3C (or 0xD4BF3C) is known color: Old Gold. HEX triplet: D4, BF and 3C. RGB value is (212,191,60). Sum of RGB (Red+Green+Blue) = 212+191+60=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BF3C is #2B40C3. Grayscale: #B6B6B6. Windows color (decimal): -2834628 or 3981268. OLE color: 3981268.
HSL color Cylindrical-coordinate representation of color #D4BF3C: hue angle of 51.71º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4BF3C is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 60 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.17 |
| HSL | 51.71º | 0.64% | 0.53% | - |
| HSV(B) | 51.71º | 0.72% | 0.83% | - |
| XYZ | 46.6 | 51.58 | 11.78 | - |
| YUV | 182.35 | 58.96 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 60 | 0 | 0.10 | 0.72 | 0.17 | 51.71 | 0.64 | 0.53 |
| Hex | D4 | BF | 3C | 0 | A | 48 | 11 | 34 | 40 | 35 |
| Octal | 324 | 277 | 74 | 0 | 12 | 110 | 21 | 64 | 100 | 65 |
| Binary | 11010100 | 10111111 | 111100 | 0 | 1010 | 1001000 | 10001 | 110100 | 1000000 | 110101 |
Color Harmonies of #D4BF3C
Complementary color
Monochromatic Colors of #D4BF3C
Black with #D4BF3C
Text Example
Text Example
White with #D4BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BF3C; }
p { color: rgb(212,191,60); }
H1.HeaderClassName
{
color: #D4BF3C;
}
.AnyTagClassName
{
color: #D4BF3C;
}
</style>
background-color css
<style>
a { background-color: #D4BF3C; }
a { background-color: rgb(212,191,60); }
div.DivClassName
{
background-color: #D4BF3C;
}
.BgClassName
{
background-color: #D4BF3C;
}
</style>
border-color css
<style>
span { border-color: #D4BF3C; }
span { border-color: rgb(212,191,60); }
td.TdClassName
{
border-color: #D4BF3C;
}
.TagClassName
{
border-color: #D4BF3C;
}
</style>