Shades of Old Gold #D4B73C
Tints of Old Gold #D4B73C
RGB
CMYK
RGB Variations
Color information
#D4B73C (or 0xD4B73C) is known color: Old Gold. HEX triplet: D4, B7 and 3C. RGB value is (212,183,60). Sum of RGB (Red+Green+Blue) = 212+183+60=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B73C is #2B48C3. Grayscale: #B2B2B2. Windows color (decimal): -2836676 or 3979220. OLE color: 3979220.
HSL color Cylindrical-coordinate representation of color #D4B73C: hue angle of 48.55º 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 #D4B73C is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 183 | 60 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.17 |
| HSL | 48.55º | 0.64% | 0.53% | - |
| HSV(B) | 48.55º | 0.72% | 0.83% | - |
| XYZ | 44.9 | 48.19 | 11.21 | - |
| YUV | 177.65 | 61.61 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 60 | 0 | 0.14 | 0.72 | 0.17 | 48.55 | 0.64 | 0.53 |
| Hex | D4 | B7 | 3C | 0 | E | 48 | 11 | 31 | 40 | 35 |
| Octal | 324 | 267 | 74 | 0 | 16 | 110 | 21 | 61 | 100 | 65 |
| Binary | 11010100 | 10110111 | 111100 | 0 | 1110 | 1001000 | 10001 | 110001 | 1000000 | 110101 |
Color Harmonies of #D4B73C
Complementary color
Monochromatic Colors of #D4B73C
Black with #D4B73C
Text Example
Text Example
White with #D4B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B73C; }
p { color: rgb(212,183,60); }
H1.HeaderClassName
{
color: #D4B73C;
}
.AnyTagClassName
{
color: #D4B73C;
}
</style>
background-color css
<style>
a { background-color: #D4B73C; }
a { background-color: rgb(212,183,60); }
div.DivClassName
{
background-color: #D4B73C;
}
.BgClassName
{
background-color: #D4B73C;
}
</style>
border-color css
<style>
span { border-color: #D4B73C; }
span { border-color: rgb(212,183,60); }
td.TdClassName
{
border-color: #D4B73C;
}
.TagClassName
{
border-color: #D4B73C;
}
</style>