Shades of Old Gold #D5B73C
Tints of Old Gold #D5B73C
RGB
CMYK
RGB Variations
Color information
#D5B73C (or 0xD5B73C) is known color: Old Gold. HEX triplet: D5, B7 and 3C. RGB value is (213,183,60). Sum of RGB (Red+Green+Blue) = 213+183+60=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B73C is #2A48C3. Grayscale: #B2B2B2. Windows color (decimal): -2771140 or 3979221. OLE color: 3979221.
HSL color Cylindrical-coordinate representation of color #D5B73C: hue angle of 48.24º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5B73C is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 60 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.16 |
| HSL | 48.24º | 0.65% | 0.54% | - |
| HSV(B) | 48.24º | 0.72% | 0.84% | - |
| XYZ | 45.19 | 48.34 | 11.22 | - |
| YUV | 177.95 | 61.44 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 60 | 0 | 0.14 | 0.72 | 0.16 | 48.24 | 0.65 | 0.54 |
| Hex | D5 | B7 | 3C | 0 | E | 48 | 10 | 30 | 41 | 36 |
| Octal | 325 | 267 | 74 | 0 | 16 | 110 | 20 | 60 | 101 | 66 |
| Binary | 11010101 | 10110111 | 111100 | 0 | 1110 | 1001000 | 10000 | 110000 | 1000001 | 110110 |
Color Harmonies of #D5B73C
Complementary color
Monochromatic Colors of #D5B73C
Black with #D5B73C
Text Example
Text Example
White with #D5B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B73C; }
p { color: rgb(213,183,60); }
H1.HeaderClassName
{
color: #D5B73C;
}
.AnyTagClassName
{
color: #D5B73C;
}
</style>
background-color css
<style>
a { background-color: #D5B73C; }
a { background-color: rgb(213,183,60); }
div.DivClassName
{
background-color: #D5B73C;
}
.BgClassName
{
background-color: #D5B73C;
}
</style>
border-color css
<style>
span { border-color: #D5B73C; }
span { border-color: rgb(213,183,60); }
td.TdClassName
{
border-color: #D5B73C;
}
.TagClassName
{
border-color: #D5B73C;
}
</style>