Shades of Old Gold #D1B54B
Tints of Old Gold #D1B54B
RGB
CMYK
RGB Variations
Color information
#D1B54B (or 0xD1B54B) is known color: Old Gold. HEX triplet: D1, B5 and 4B. RGB value is (209,181,75). Sum of RGB (Red+Green+Blue) = 209+181+75=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B54B is #2E4AB4. Grayscale: #B1B1B1. Windows color (decimal): -3033781 or 4961745. OLE color: 4961745.
HSL color Cylindrical-coordinate representation of color #D1B54B: hue angle of 47.46º 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 #D1B54B is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 75 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.18 |
| HSL | 47.46º | 0.59% | 0.56% | - |
| HSV(B) | 47.46º | 0.64% | 0.82% | - |
| XYZ | 44.09 | 47.11 | 13.43 | - |
| YUV | 177.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 75 | 0 | 0.13 | 0.64 | 0.18 | 47.46 | 0.59 | 0.56 |
| Hex | D1 | B5 | 4B | 0 | D | 40 | 12 | 2F | 3B | 38 |
| Octal | 321 | 265 | 113 | 0 | 15 | 100 | 22 | 57 | 73 | 70 |
| Binary | 11010001 | 10110101 | 1001011 | 0 | 1101 | 1000000 | 10010 | 101111 | 111011 | 111000 |
Color Harmonies of #D1B54B
Complementary color
Monochromatic Colors of #D1B54B
Black with #D1B54B
Text Example
Text Example
White with #D1B54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B54B; }
p { color: rgb(209,181,75); }
H1.HeaderClassName
{
color: #D1B54B;
}
.AnyTagClassName
{
color: #D1B54B;
}
</style>
background-color css
<style>
a { background-color: #D1B54B; }
a { background-color: rgb(209,181,75); }
div.DivClassName
{
background-color: #D1B54B;
}
.BgClassName
{
background-color: #D1B54B;
}
</style>
border-color css
<style>
span { border-color: #D1B54B; }
span { border-color: rgb(209,181,75); }
td.TdClassName
{
border-color: #D1B54B;
}
.TagClassName
{
border-color: #D1B54B;
}
</style>