Shades of Old Gold #D2B633
Tints of Old Gold #D2B633
RGB
CMYK
RGB Variations
Color information
#D2B633 (or 0xD2B633) is known color: Old Gold. HEX triplet: D2, B6 and 33. RGB value is (210,182,51). Sum of RGB (Red+Green+Blue) = 210+182+51=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B633 is #2D49CC. Grayscale: #AFAFAF. Windows color (decimal): -2968013 or 3389138. OLE color: 3389138.
HSL color Cylindrical-coordinate representation of color #D2B633: hue angle of 49.43º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2B633 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 51 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.18 |
| HSL | 49.43º | 0.64% | 0.51% | - |
| HSV(B) | 49.43º | 0.76% | 0.82% | - |
| XYZ | 43.9 | 47.4 | 9.97 | - |
| YUV | 175.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 51 | 0 | 0.13 | 0.76 | 0.18 | 49.43 | 0.64 | 0.51 |
| Hex | D2 | B6 | 33 | 0 | D | 4C | 12 | 31 | 40 | 33 |
| Octal | 322 | 266 | 63 | 0 | 15 | 114 | 22 | 61 | 100 | 63 |
| Binary | 11010010 | 10110110 | 110011 | 0 | 1101 | 1001100 | 10010 | 110001 | 1000000 | 110011 |
Color Harmonies of #D2B633
Complementary color
Monochromatic Colors of #D2B633
Black with #D2B633
Text Example
Text Example
White with #D2B633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B633; }
p { color: rgb(210,182,51); }
H1.HeaderClassName
{
color: #D2B633;
}
.AnyTagClassName
{
color: #D2B633;
}
</style>
background-color css
<style>
a { background-color: #D2B633; }
a { background-color: rgb(210,182,51); }
div.DivClassName
{
background-color: #D2B633;
}
.BgClassName
{
background-color: #D2B633;
}
</style>
border-color css
<style>
span { border-color: #D2B633; }
span { border-color: rgb(210,182,51); }
td.TdClassName
{
border-color: #D2B633;
}
.TagClassName
{
border-color: #D2B633;
}
</style>