Shades of Old Gold #D2B735
Tints of Old Gold #D2B735
RGB
CMYK
RGB Variations
Color information
#D2B735 (or 0xD2B735) is known color: Old Gold. HEX triplet: D2, B7 and 35. RGB value is (210,183,53). Sum of RGB (Red+Green+Blue) = 210+183+53=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 53 (21.09% from 255 or 11.88% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B735 is #2D48CA. Grayscale: #B0B0B0. Windows color (decimal): -2967755 or 3520466. OLE color: 3520466.
HSL color Cylindrical-coordinate representation of color #D2B735: hue angle of 49.68º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2B735 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 53 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.18 |
| HSL | 49.68º | 0.64% | 0.52% | - |
| HSV(B) | 49.68º | 0.75% | 0.82% | - |
| XYZ | 44.15 | 47.83 | 10.27 | - |
| YUV | 176.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 53 | 0 | 0.13 | 0.75 | 0.18 | 49.68 | 0.64 | 0.52 |
| Hex | D2 | B7 | 35 | 0 | D | 4B | 12 | 32 | 40 | 34 |
| Octal | 322 | 267 | 65 | 0 | 15 | 113 | 22 | 62 | 100 | 64 |
| Binary | 11010010 | 10110111 | 110101 | 0 | 1101 | 1001011 | 10010 | 110010 | 1000000 | 110100 |
Color Harmonies of #D2B735
Complementary color
Monochromatic Colors of #D2B735
Black with #D2B735
Text Example
Text Example
White with #D2B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B735; }
p { color: rgb(210,183,53); }
H1.HeaderClassName
{
color: #D2B735;
}
.AnyTagClassName
{
color: #D2B735;
}
</style>
background-color css
<style>
a { background-color: #D2B735; }
a { background-color: rgb(210,183,53); }
div.DivClassName
{
background-color: #D2B735;
}
.BgClassName
{
background-color: #D2B735;
}
</style>
border-color css
<style>
span { border-color: #D2B735; }
span { border-color: rgb(210,183,53); }
td.TdClassName
{
border-color: #D2B735;
}
.TagClassName
{
border-color: #D2B735;
}
</style>