Shades of Old Gold #D3B444
Tints of Old Gold #D3B444
RGB
CMYK
RGB Variations
Color information
#D3B444 (or 0xD3B444) is known color: Old Gold. HEX triplet: D3, B4 and 44. RGB value is (211,180,68). Sum of RGB (Red+Green+Blue) = 211+180+68=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B444 is #2C4BBB. Grayscale: #B0B0B0. Windows color (decimal): -2902972 or 4502739. OLE color: 4502739.
HSL color Cylindrical-coordinate representation of color #D3B444: hue angle of 46.99º 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 #D3B444 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 68 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.17 |
| HSL | 46.99º | 0.62% | 0.55% | - |
| HSV(B) | 46.99º | 0.68% | 0.83% | - |
| XYZ | 44.23 | 46.91 | 12.19 | - |
| YUV | 176.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 68 | 0 | 0.15 | 0.68 | 0.17 | 46.99 | 0.62 | 0.55 |
| Hex | D3 | B4 | 44 | 0 | F | 44 | 11 | 2F | 3E | 37 |
| Octal | 323 | 264 | 104 | 0 | 17 | 104 | 21 | 57 | 76 | 67 |
| Binary | 11010011 | 10110100 | 1000100 | 0 | 1111 | 1000100 | 10001 | 101111 | 111110 | 110111 |
Color Harmonies of #D3B444
Complementary color
Monochromatic Colors of #D3B444
Black with #D3B444
Text Example
Text Example
White with #D3B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B444; }
p { color: rgb(211,180,68); }
H1.HeaderClassName
{
color: #D3B444;
}
.AnyTagClassName
{
color: #D3B444;
}
</style>
background-color css
<style>
a { background-color: #D3B444; }
a { background-color: rgb(211,180,68); }
div.DivClassName
{
background-color: #D3B444;
}
.BgClassName
{
background-color: #D3B444;
}
</style>
border-color css
<style>
span { border-color: #D3B444; }
span { border-color: rgb(211,180,68); }
td.TdClassName
{
border-color: #D3B444;
}
.TagClassName
{
border-color: #D3B444;
}
</style>