Shades of Old Gold #D1BF3C
Tints of Old Gold #D1BF3C
RGB
CMYK
RGB Variations
Color information
#D1BF3C (or 0xD1BF3C) is known color: Old Gold. HEX triplet: D1, BF and 3C. RGB value is (209,191,60). Sum of RGB (Red+Green+Blue) = 209+191+60=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BF3C is #2E40C3. Grayscale: #B5B5B5. Windows color (decimal): -3031236 or 3981265. OLE color: 3981265.
HSL color Cylindrical-coordinate representation of color #D1BF3C: hue angle of 52.75º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1BF3C is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 60 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.18 |
| HSL | 52.75º | 0.62% | 0.53% | - |
| HSV(B) | 52.75º | 0.71% | 0.82% | - |
| XYZ | 45.74 | 51.14 | 11.74 | - |
| YUV | 181.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 60 | 0 | 0.09 | 0.71 | 0.18 | 52.75 | 0.62 | 0.53 |
| Hex | D1 | BF | 3C | 0 | 9 | 47 | 12 | 35 | 3E | 35 |
| Octal | 321 | 277 | 74 | 0 | 11 | 107 | 22 | 65 | 76 | 65 |
| Binary | 11010001 | 10111111 | 111100 | 0 | 1001 | 1000111 | 10010 | 110101 | 111110 | 110101 |
Color Harmonies of #D1BF3C
Complementary color
Monochromatic Colors of #D1BF3C
Black with #D1BF3C
Text Example
Text Example
White with #D1BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF3C; }
p { color: rgb(209,191,60); }
H1.HeaderClassName
{
color: #D1BF3C;
}
.AnyTagClassName
{
color: #D1BF3C;
}
</style>
background-color css
<style>
a { background-color: #D1BF3C; }
a { background-color: rgb(209,191,60); }
div.DivClassName
{
background-color: #D1BF3C;
}
.BgClassName
{
background-color: #D1BF3C;
}
</style>
border-color css
<style>
span { border-color: #D1BF3C; }
span { border-color: rgb(209,191,60); }
td.TdClassName
{
border-color: #D1BF3C;
}
.TagClassName
{
border-color: #D1BF3C;
}
</style>