Shades of Old Gold #D3B641
Tints of Old Gold #D3B641
RGB
CMYK
RGB Variations
Color information
#D3B641 (or 0xD3B641) is known color: Old Gold. HEX triplet: D3, B6 and 41. RGB value is (211,182,65). Sum of RGB (Red+Green+Blue) = 211+182+65=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B641 is #2C49BE. Grayscale: #B1B1B1. Windows color (decimal): -2902463 or 4306643. OLE color: 4306643.
HSL color Cylindrical-coordinate representation of color #D3B641: hue angle of 48.08º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3B641 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 182 | 65 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.17 |
| HSL | 48.08º | 0.62% | 0.54% | - |
| HSV(B) | 48.08º | 0.69% | 0.83% | - |
| XYZ | 44.55 | 47.69 | 11.86 | - |
| YUV | 177.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 182 | 65 | 0 | 0.14 | 0.69 | 0.17 | 48.08 | 0.62 | 0.54 |
| Hex | D3 | B6 | 41 | 0 | E | 45 | 11 | 30 | 3E | 36 |
| Octal | 323 | 266 | 101 | 0 | 16 | 105 | 21 | 60 | 76 | 66 |
| Binary | 11010011 | 10110110 | 1000001 | 0 | 1110 | 1000101 | 10001 | 110000 | 111110 | 110110 |
Color Harmonies of #D3B641
Complementary color
Monochromatic Colors of #D3B641
Black with #D3B641
Text Example
Text Example
White with #D3B641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B641; }
p { color: rgb(211,182,65); }
H1.HeaderClassName
{
color: #D3B641;
}
.AnyTagClassName
{
color: #D3B641;
}
</style>
background-color css
<style>
a { background-color: #D3B641; }
a { background-color: rgb(211,182,65); }
div.DivClassName
{
background-color: #D3B641;
}
.BgClassName
{
background-color: #D3B641;
}
</style>
border-color css
<style>
span { border-color: #D3B641; }
span { border-color: rgb(211,182,65); }
td.TdClassName
{
border-color: #D3B641;
}
.TagClassName
{
border-color: #D3B641;
}
</style>