Shades of Old Gold #D2B347
Tints of Old Gold #D2B347
RGB
CMYK
RGB Variations
Color information
#D2B347 (or 0xD2B347) is known color: Old Gold. HEX triplet: D2, B3 and 47. RGB value is (210,179,71). Sum of RGB (Red+Green+Blue) = 210+179+71=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B347 is #2D4CB8. Grayscale: #B0B0B0. Windows color (decimal): -2968761 or 4699090. OLE color: 4699090.
HSL color Cylindrical-coordinate representation of color #D2B347: hue angle of 46.62º 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 #D2B347 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 71 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.18 |
| HSL | 46.62º | 0.61% | 0.55% | - |
| HSV(B) | 46.62º | 0.66% | 0.82% | - |
| XYZ | 43.84 | 46.4 | 12.61 | - |
| YUV | 175.96 | 68.77 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 71 | 0 | 0.15 | 0.66 | 0.18 | 46.62 | 0.61 | 0.55 |
| Hex | D2 | B3 | 47 | 0 | F | 42 | 12 | 2F | 3D | 37 |
| Octal | 322 | 263 | 107 | 0 | 17 | 102 | 22 | 57 | 75 | 67 |
| Binary | 11010010 | 10110011 | 1000111 | 0 | 1111 | 1000010 | 10010 | 101111 | 111101 | 110111 |
Color Harmonies of #D2B347
Complementary color
Monochromatic Colors of #D2B347
Black with #D2B347
Text Example
Text Example
White with #D2B347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B347; }
p { color: rgb(210,179,71); }
H1.HeaderClassName
{
color: #D2B347;
}
.AnyTagClassName
{
color: #D2B347;
}
</style>
background-color css
<style>
a { background-color: #D2B347; }
a { background-color: rgb(210,179,71); }
div.DivClassName
{
background-color: #D2B347;
}
.BgClassName
{
background-color: #D2B347;
}
</style>
border-color css
<style>
span { border-color: #D2B347; }
span { border-color: rgb(210,179,71); }
td.TdClassName
{
border-color: #D2B347;
}
.TagClassName
{
border-color: #D2B347;
}
</style>