Shades of Old Gold #D2B349
Tints of Old Gold #D2B349
RGB
CMYK
RGB Variations
Color information
#D2B349 (or 0xD2B349) is known color: Old Gold. HEX triplet: D2, B3 and 49. RGB value is (210,179,73). Sum of RGB (Red+Green+Blue) = 210+179+73=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B349 is #2D4CB6. Grayscale: #B0B0B0. Windows color (decimal): -2968759 or 4830162. OLE color: 4830162.
HSL color Cylindrical-coordinate representation of color #D2B349: hue angle of 46.42º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2B349 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 73 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.18 |
| HSL | 46.42º | 0.6% | 0.55% | - |
| HSV(B) | 46.42º | 0.65% | 0.82% | - |
| XYZ | 43.9 | 46.42 | 12.95 | - |
| YUV | 176.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 73 | 0 | 0.15 | 0.65 | 0.18 | 46.42 | 0.6 | 0.55 |
| Hex | D2 | B3 | 49 | 0 | F | 41 | 12 | 2E | 3C | 37 |
| Octal | 322 | 263 | 111 | 0 | 17 | 101 | 22 | 56 | 74 | 67 |
| Binary | 11010010 | 10110011 | 1001001 | 0 | 1111 | 1000001 | 10010 | 101110 | 111100 | 110111 |
Color Harmonies of #D2B349
Complementary color
Monochromatic Colors of #D2B349
Black with #D2B349
Text Example
Text Example
White with #D2B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B349; }
p { color: rgb(210,179,73); }
H1.HeaderClassName
{
color: #D2B349;
}
.AnyTagClassName
{
color: #D2B349;
}
</style>
background-color css
<style>
a { background-color: #D2B349; }
a { background-color: rgb(210,179,73); }
div.DivClassName
{
background-color: #D2B349;
}
.BgClassName
{
background-color: #D2B349;
}
</style>
border-color css
<style>
span { border-color: #D2B349; }
span { border-color: rgb(210,179,73); }
td.TdClassName
{
border-color: #D2B349;
}
.TagClassName
{
border-color: #D2B349;
}
</style>