Shades of Old Gold #D2B748
Tints of Old Gold #D2B748
RGB
CMYK
RGB Variations
Color information
#D2B748 (or 0xD2B748) is known color: Old Gold. HEX triplet: D2, B7 and 48. RGB value is (210,183,72). Sum of RGB (Red+Green+Blue) = 210+183+72=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B748 is #2D48B7. Grayscale: #B2B2B2. Windows color (decimal): -2967736 or 4765650. OLE color: 4765650.
HSL color Cylindrical-coordinate representation of color #D2B748: hue angle of 48.26º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2B748 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 72 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.18 |
| HSL | 48.26º | 0.61% | 0.55% | - |
| HSV(B) | 48.26º | 0.66% | 0.82% | - |
| XYZ | 44.68 | 48.04 | 13.05 | - |
| YUV | 178.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 72 | 0 | 0.13 | 0.66 | 0.18 | 48.26 | 0.61 | 0.55 |
| Hex | D2 | B7 | 48 | 0 | D | 42 | 12 | 30 | 3D | 37 |
| Octal | 322 | 267 | 110 | 0 | 15 | 102 | 22 | 60 | 75 | 67 |
| Binary | 11010010 | 10110111 | 1001000 | 0 | 1101 | 1000010 | 10010 | 110000 | 111101 | 110111 |
Color Harmonies of #D2B748
Complementary color
Monochromatic Colors of #D2B748
Black with #D2B748
Text Example
Text Example
White with #D2B748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B748; }
p { color: rgb(210,183,72); }
H1.HeaderClassName
{
color: #D2B748;
}
.AnyTagClassName
{
color: #D2B748;
}
</style>
background-color css
<style>
a { background-color: #D2B748; }
a { background-color: rgb(210,183,72); }
div.DivClassName
{
background-color: #D2B748;
}
.BgClassName
{
background-color: #D2B748;
}
</style>
border-color css
<style>
span { border-color: #D2B748; }
span { border-color: rgb(210,183,72); }
td.TdClassName
{
border-color: #D2B748;
}
.TagClassName
{
border-color: #D2B748;
}
</style>