Shades of Old Gold #D3B543
Tints of Old Gold #D3B543
RGB
CMYK
RGB Variations
Color information
#D3B543 (or 0xD3B543) is known color: Old Gold. HEX triplet: D3, B5 and 43. RGB value is (211,181,67). Sum of RGB (Red+Green+Blue) = 211+181+67=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B543 is #2C4ABC. Grayscale: #B1B1B1. Windows color (decimal): -2902717 or 4437459. OLE color: 4437459.
HSL color Cylindrical-coordinate representation of color #D3B543: hue angle of 47.5º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3B543 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 181 | 67 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.17 |
| HSL | 47.5º | 0.62% | 0.55% | - |
| HSV(B) | 47.5º | 0.68% | 0.83% | - |
| XYZ | 44.4 | 47.3 | 12.1 | - |
| YUV | 176.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 181 | 67 | 0 | 0.14 | 0.68 | 0.17 | 47.5 | 0.62 | 0.55 |
| Hex | D3 | B5 | 43 | 0 | E | 44 | 11 | 30 | 3E | 37 |
| Octal | 323 | 265 | 103 | 0 | 16 | 104 | 21 | 60 | 76 | 67 |
| Binary | 11010011 | 10110101 | 1000011 | 0 | 1110 | 1000100 | 10001 | 110000 | 111110 | 110111 |
Color Harmonies of #D3B543
Complementary color
Monochromatic Colors of #D3B543
Black with #D3B543
Text Example
Text Example
White with #D3B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B543; }
p { color: rgb(211,181,67); }
H1.HeaderClassName
{
color: #D3B543;
}
.AnyTagClassName
{
color: #D3B543;
}
</style>
background-color css
<style>
a { background-color: #D3B543; }
a { background-color: rgb(211,181,67); }
div.DivClassName
{
background-color: #D3B543;
}
.BgClassName
{
background-color: #D3B543;
}
</style>
border-color css
<style>
span { border-color: #D3B543; }
span { border-color: rgb(211,181,67); }
td.TdClassName
{
border-color: #D3B543;
}
.TagClassName
{
border-color: #D3B543;
}
</style>