Shades of Old Gold #D1B74C
Tints of Old Gold #D1B74C
RGB
CMYK
RGB Variations
Color information
#D1B74C (or 0xD1B74C) is known color: Old Gold. HEX triplet: D1, B7 and 4C. RGB value is (209,183,76). Sum of RGB (Red+Green+Blue) = 209+183+76=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B74C is #2E48B3. Grayscale: #B3B3B3. Windows color (decimal): -3033268 or 5027793. OLE color: 5027793.
HSL color Cylindrical-coordinate representation of color #D1B74C: hue angle of 48.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1B74C is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 76 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.18 |
| HSL | 48.27º | 0.59% | 0.56% | - |
| HSV(B) | 48.27º | 0.64% | 0.82% | - |
| XYZ | 44.53 | 47.94 | 13.74 | - |
| YUV | 178.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 76 | 0 | 0.12 | 0.64 | 0.18 | 48.27 | 0.59 | 0.56 |
| Hex | D1 | B7 | 4C | 0 | C | 40 | 12 | 30 | 3B | 38 |
| Octal | 321 | 267 | 114 | 0 | 14 | 100 | 22 | 60 | 73 | 70 |
| Binary | 11010001 | 10110111 | 1001100 | 0 | 1100 | 1000000 | 10010 | 110000 | 111011 | 111000 |
Color Harmonies of #D1B74C
Complementary color
Monochromatic Colors of #D1B74C
Black with #D1B74C
Text Example
Text Example
White with #D1B74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B74C; }
p { color: rgb(209,183,76); }
H1.HeaderClassName
{
color: #D1B74C;
}
.AnyTagClassName
{
color: #D1B74C;
}
</style>
background-color css
<style>
a { background-color: #D1B74C; }
a { background-color: rgb(209,183,76); }
div.DivClassName
{
background-color: #D1B74C;
}
.BgClassName
{
background-color: #D1B74C;
}
</style>
border-color css
<style>
span { border-color: #D1B74C; }
span { border-color: rgb(209,183,76); }
td.TdClassName
{
border-color: #D1B74C;
}
.TagClassName
{
border-color: #D1B74C;
}
</style>