Shades of Old Gold #D3B241
Tints of Old Gold #D3B241
RGB
CMYK
RGB Variations
Color information
#D3B241 (or 0xD3B241) is known color: Old Gold. HEX triplet: D3, B2 and 41. RGB value is (211,178,65). Sum of RGB (Red+Green+Blue) = 211+178+65=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3B241 is #2C4DBE. Grayscale: #AFAFAF. Windows color (decimal): -2903487 or 4305619. OLE color: 4305619.
HSL color Cylindrical-coordinate representation of color #D3B241: hue angle of 46.44º 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 #D3B241 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 178 | 65 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.17 |
| HSL | 46.44º | 0.62% | 0.54% | - |
| HSV(B) | 46.44º | 0.69% | 0.83% | - |
| XYZ | 43.74 | 46.07 | 11.59 | - |
| YUV | 174.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 178 | 65 | 0 | 0.16 | 0.69 | 0.17 | 46.44 | 0.62 | 0.54 |
| Hex | D3 | B2 | 41 | 0 | 10 | 45 | 11 | 2E | 3E | 36 |
| Octal | 323 | 262 | 101 | 0 | 20 | 105 | 21 | 56 | 76 | 66 |
| Binary | 11010011 | 10110010 | 1000001 | 0 | 10000 | 1000101 | 10001 | 101110 | 111110 | 110110 |
Color Harmonies of #D3B241
Complementary color
Monochromatic Colors of #D3B241
Black with #D3B241
Text Example
Text Example
White with #D3B241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B241; }
p { color: rgb(211,178,65); }
H1.HeaderClassName
{
color: #D3B241;
}
.AnyTagClassName
{
color: #D3B241;
}
</style>
background-color css
<style>
a { background-color: #D3B241; }
a { background-color: rgb(211,178,65); }
div.DivClassName
{
background-color: #D3B241;
}
.BgClassName
{
background-color: #D3B241;
}
</style>
border-color css
<style>
span { border-color: #D3B241; }
span { border-color: rgb(211,178,65); }
td.TdClassName
{
border-color: #D3B241;
}
.TagClassName
{
border-color: #D3B241;
}
</style>