Shades of Old Gold #D3B341
Tints of Old Gold #D3B341
RGB
CMYK
RGB Variations
Color information
#D3B341 (or 0xD3B341) is known color: Old Gold. HEX triplet: D3, B3 and 41. RGB value is (211,179,65). Sum of RGB (Red+Green+Blue) = 211+179+65=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B341 is #2C4CBE. Grayscale: #B0B0B0. Windows color (decimal): -2903231 or 4305875. OLE color: 4305875.
HSL color Cylindrical-coordinate representation of color #D3B341: hue angle of 46.85º 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 #D3B341 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 65 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.17 |
| HSL | 46.85º | 0.62% | 0.54% | - |
| HSV(B) | 46.85º | 0.69% | 0.83% | - |
| XYZ | 43.94 | 46.47 | 11.65 | - |
| YUV | 175.57 | 65.6 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 65 | 0 | 0.15 | 0.69 | 0.17 | 46.85 | 0.62 | 0.54 |
| Hex | D3 | B3 | 41 | 0 | F | 45 | 11 | 2F | 3E | 36 |
| Octal | 323 | 263 | 101 | 0 | 17 | 105 | 21 | 57 | 76 | 66 |
| Binary | 11010011 | 10110011 | 1000001 | 0 | 1111 | 1000101 | 10001 | 101111 | 111110 | 110110 |
Color Harmonies of #D3B341
Complementary color
Monochromatic Colors of #D3B341
Black with #D3B341
Text Example
Text Example
White with #D3B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B341; }
p { color: rgb(211,179,65); }
H1.HeaderClassName
{
color: #D3B341;
}
.AnyTagClassName
{
color: #D3B341;
}
</style>
background-color css
<style>
a { background-color: #D3B341; }
a { background-color: rgb(211,179,65); }
div.DivClassName
{
background-color: #D3B341;
}
.BgClassName
{
background-color: #D3B341;
}
</style>
border-color css
<style>
span { border-color: #D3B341; }
span { border-color: rgb(211,179,65); }
td.TdClassName
{
border-color: #D3B341;
}
.TagClassName
{
border-color: #D3B341;
}
</style>