Shades of Old Gold #D2B643
Tints of Old Gold #D2B643
RGB
CMYK
RGB Variations
Color information
#D2B643 (or 0xD2B643) is known color: Old Gold. HEX triplet: D2, B6 and 43. RGB value is (210,182,67). Sum of RGB (Red+Green+Blue) = 210+182+67=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B643 is #2D49BC. Grayscale: #B1B1B1. Windows color (decimal): -2967997 or 4437714. OLE color: 4437714.
HSL color Cylindrical-coordinate representation of color #D2B643: hue angle of 48.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2B643 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 67 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.18 |
| HSL | 48.25º | 0.61% | 0.54% | - |
| HSV(B) | 48.25º | 0.68% | 0.82% | - |
| XYZ | 44.32 | 47.56 | 12.15 | - |
| YUV | 177.26 | 65.78 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 67 | 0 | 0.13 | 0.68 | 0.18 | 48.25 | 0.61 | 0.54 |
| Hex | D2 | B6 | 43 | 0 | D | 44 | 12 | 30 | 3D | 36 |
| Octal | 322 | 266 | 103 | 0 | 15 | 104 | 22 | 60 | 75 | 66 |
| Binary | 11010010 | 10110110 | 1000011 | 0 | 1101 | 1000100 | 10010 | 110000 | 111101 | 110110 |
Color Harmonies of #D2B643
Complementary color
Monochromatic Colors of #D2B643
Black with #D2B643
Text Example
Text Example
White with #D2B643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B643; }
p { color: rgb(210,182,67); }
H1.HeaderClassName
{
color: #D2B643;
}
.AnyTagClassName
{
color: #D2B643;
}
</style>
background-color css
<style>
a { background-color: #D2B643; }
a { background-color: rgb(210,182,67); }
div.DivClassName
{
background-color: #D2B643;
}
.BgClassName
{
background-color: #D2B643;
}
</style>
border-color css
<style>
span { border-color: #D2B643; }
span { border-color: rgb(210,182,67); }
td.TdClassName
{
border-color: #D2B643;
}
.TagClassName
{
border-color: #D2B643;
}
</style>