Shades of Old Gold #D3B83C
Tints of Old Gold #D3B83C
RGB
CMYK
RGB Variations
Color information
#D3B83C (or 0xD3B83C) is known color: Old Gold. HEX triplet: D3, B8 and 3C. RGB value is (211,184,60). Sum of RGB (Red+Green+Blue) = 211+184+60=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B83C is #2C47C3. Grayscale: #B2B2B2. Windows color (decimal): -2901956 or 3979475. OLE color: 3979475.
HSL color Cylindrical-coordinate representation of color #D3B83C: hue angle of 49.27º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3B83C is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 184 | 60 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.17 |
| HSL | 49.27º | 0.63% | 0.53% | - |
| HSV(B) | 49.27º | 0.72% | 0.83% | - |
| XYZ | 44.82 | 48.46 | 11.27 | - |
| YUV | 177.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 184 | 60 | 0 | 0.13 | 0.72 | 0.17 | 49.27 | 0.63 | 0.53 |
| Hex | D3 | B8 | 3C | 0 | D | 48 | 11 | 31 | 3F | 35 |
| Octal | 323 | 270 | 74 | 0 | 15 | 110 | 21 | 61 | 77 | 65 |
| Binary | 11010011 | 10111000 | 111100 | 0 | 1101 | 1001000 | 10001 | 110001 | 111111 | 110101 |
Color Harmonies of #D3B83C
Complementary color
Monochromatic Colors of #D3B83C
Black with #D3B83C
Text Example
Text Example
White with #D3B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B83C; }
p { color: rgb(211,184,60); }
H1.HeaderClassName
{
color: #D3B83C;
}
.AnyTagClassName
{
color: #D3B83C;
}
</style>
background-color css
<style>
a { background-color: #D3B83C; }
a { background-color: rgb(211,184,60); }
div.DivClassName
{
background-color: #D3B83C;
}
.BgClassName
{
background-color: #D3B83C;
}
</style>
border-color css
<style>
span { border-color: #D3B83C; }
span { border-color: rgb(211,184,60); }
td.TdClassName
{
border-color: #D3B83C;
}
.TagClassName
{
border-color: #D3B83C;
}
</style>