Shades of Old Gold #D3B043
Tints of Old Gold #D3B043
RGB
CMYK
RGB Variations
Color information
#D3B043 (or 0xD3B043) is known color: Old Gold. HEX triplet: D3, B0 and 43. RGB value is (211,176,67). Sum of RGB (Red+Green+Blue) = 211+176+67=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3B043 is #2C4FBC. Grayscale: #AEAEAE. Windows color (decimal): -2903997 or 4436179. OLE color: 4436179.
HSL color Cylindrical-coordinate representation of color #D3B043: hue angle of 45.42º 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 #D3B043 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 176 | 67 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.17 |
| HSL | 45.42º | 0.62% | 0.55% | - |
| HSV(B) | 45.42º | 0.68% | 0.83% | - |
| XYZ | 43.4 | 45.3 | 11.77 | - |
| YUV | 174.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 176 | 67 | 0 | 0.17 | 0.68 | 0.17 | 45.42 | 0.62 | 0.55 |
| Hex | D3 | B0 | 43 | 0 | 11 | 44 | 11 | 2D | 3E | 37 |
| Octal | 323 | 260 | 103 | 0 | 21 | 104 | 21 | 55 | 76 | 67 |
| Binary | 11010011 | 10110000 | 1000011 | 0 | 10001 | 1000100 | 10001 | 101101 | 111110 | 110111 |
Color Harmonies of #D3B043
Complementary color
Monochromatic Colors of #D3B043
Black with #D3B043
Text Example
Text Example
White with #D3B043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B043; }
p { color: rgb(211,176,67); }
H1.HeaderClassName
{
color: #D3B043;
}
.AnyTagClassName
{
color: #D3B043;
}
</style>
background-color css
<style>
a { background-color: #D3B043; }
a { background-color: rgb(211,176,67); }
div.DivClassName
{
background-color: #D3B043;
}
.BgClassName
{
background-color: #D3B043;
}
</style>
border-color css
<style>
span { border-color: #D3B043; }
span { border-color: rgb(211,176,67); }
td.TdClassName
{
border-color: #D3B043;
}
.TagClassName
{
border-color: #D3B043;
}
</style>