Shades of Old Gold #D1B64C
Tints of Old Gold #D1B64C
RGB
CMYK
RGB Variations
Color information
#D1B64C (or 0xD1B64C) is known color: Old Gold. HEX triplet: D1, B6 and 4C. RGB value is (209,182,76). Sum of RGB (Red+Green+Blue) = 209+182+76=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B64C is #2E49B3. Grayscale: #B2B2B2. Windows color (decimal): -3033524 or 5027537. OLE color: 5027537.
HSL color Cylindrical-coordinate representation of color #D1B64C: hue angle of 47.82º 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 #D1B64C is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 182 | 76 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.18 |
| HSL | 47.82º | 0.59% | 0.56% | - |
| HSV(B) | 47.82º | 0.64% | 0.82% | - |
| XYZ | 44.33 | 47.53 | 13.68 | - |
| YUV | 177.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 182 | 76 | 0 | 0.13 | 0.64 | 0.18 | 47.82 | 0.59 | 0.56 |
| Hex | D1 | B6 | 4C | 0 | D | 40 | 12 | 30 | 3B | 38 |
| Octal | 321 | 266 | 114 | 0 | 15 | 100 | 22 | 60 | 73 | 70 |
| Binary | 11010001 | 10110110 | 1001100 | 0 | 1101 | 1000000 | 10010 | 110000 | 111011 | 111000 |
Color Harmonies of #D1B64C
Complementary color
Monochromatic Colors of #D1B64C
Black with #D1B64C
Text Example
Text Example
White with #D1B64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B64C; }
p { color: rgb(209,182,76); }
H1.HeaderClassName
{
color: #D1B64C;
}
.AnyTagClassName
{
color: #D1B64C;
}
</style>
background-color css
<style>
a { background-color: #D1B64C; }
a { background-color: rgb(209,182,76); }
div.DivClassName
{
background-color: #D1B64C;
}
.BgClassName
{
background-color: #D1B64C;
}
</style>
border-color css
<style>
span { border-color: #D1B64C; }
span { border-color: rgb(209,182,76); }
td.TdClassName
{
border-color: #D1B64C;
}
.TagClassName
{
border-color: #D1B64C;
}
</style>