Shades of Old Gold #D4B449
Tints of Old Gold #D4B449
RGB
CMYK
RGB Variations
Color information
#D4B449 (or 0xD4B449) is known color: Old Gold. HEX triplet: D4, B4 and 49. RGB value is (212,180,73). Sum of RGB (Red+Green+Blue) = 212+180+73=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B449 is #2B4BB6. Grayscale: #B1B1B1. Windows color (decimal): -2837431 or 4830420. OLE color: 4830420.
HSL color Cylindrical-coordinate representation of color #D4B449: hue angle of 46.19º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4B449 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 180 | 73 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.17 |
| HSL | 46.19º | 0.62% | 0.56% | - |
| HSV(B) | 46.19º | 0.66% | 0.83% | - |
| XYZ | 44.68 | 47.12 | 13.04 | - |
| YUV | 177.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 73 | 0 | 0.15 | 0.66 | 0.17 | 46.19 | 0.62 | 0.56 |
| Hex | D4 | B4 | 49 | 0 | F | 42 | 11 | 2E | 3E | 38 |
| Octal | 324 | 264 | 111 | 0 | 17 | 102 | 21 | 56 | 76 | 70 |
| Binary | 11010100 | 10110100 | 1001001 | 0 | 1111 | 1000010 | 10001 | 101110 | 111110 | 111000 |
Color Harmonies of #D4B449
Complementary color
Monochromatic Colors of #D4B449
Black with #D4B449
Text Example
Text Example
White with #D4B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B449; }
p { color: rgb(212,180,73); }
H1.HeaderClassName
{
color: #D4B449;
}
.AnyTagClassName
{
color: #D4B449;
}
</style>
background-color css
<style>
a { background-color: #D4B449; }
a { background-color: rgb(212,180,73); }
div.DivClassName
{
background-color: #D4B449;
}
.BgClassName
{
background-color: #D4B449;
}
</style>
border-color css
<style>
span { border-color: #D4B449; }
span { border-color: rgb(212,180,73); }
td.TdClassName
{
border-color: #D4B449;
}
.TagClassName
{
border-color: #D4B449;
}
</style>