Shades of Old Gold #D2BE3E
Tints of Old Gold #D2BE3E
RGB
CMYK
RGB Variations
Color information
#D2BE3E (or 0xD2BE3E) is known color: Old Gold. HEX triplet: D2, BE and 3E. RGB value is (210,190,62). Sum of RGB (Red+Green+Blue) = 210+190+62=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BE3E is #2D41C1. Grayscale: #B5B5B5. Windows color (decimal): -2965954 or 4112082. OLE color: 4112082.
HSL color Cylindrical-coordinate representation of color #D2BE3E: hue angle of 51.89º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2BE3E is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 62 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.18 |
| HSL | 51.89º | 0.62% | 0.53% | - |
| HSV(B) | 51.89º | 0.7% | 0.82% | - |
| XYZ | 45.86 | 50.88 | 11.96 | - |
| YUV | 181.39 | 60.63 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 62 | 0 | 0.10 | 0.70 | 0.18 | 51.89 | 0.62 | 0.53 |
| Hex | D2 | BE | 3E | 0 | A | 46 | 12 | 34 | 3E | 35 |
| Octal | 322 | 276 | 76 | 0 | 12 | 106 | 22 | 64 | 76 | 65 |
| Binary | 11010010 | 10111110 | 111110 | 0 | 1010 | 1000110 | 10010 | 110100 | 111110 | 110101 |
Color Harmonies of #D2BE3E
Complementary color
Monochromatic Colors of #D2BE3E
Black with #D2BE3E
Text Example
Text Example
White with #D2BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BE3E; }
p { color: rgb(210,190,62); }
H1.HeaderClassName
{
color: #D2BE3E;
}
.AnyTagClassName
{
color: #D2BE3E;
}
</style>
background-color css
<style>
a { background-color: #D2BE3E; }
a { background-color: rgb(210,190,62); }
div.DivClassName
{
background-color: #D2BE3E;
}
.BgClassName
{
background-color: #D2BE3E;
}
</style>
border-color css
<style>
span { border-color: #D2BE3E; }
span { border-color: rgb(210,190,62); }
td.TdClassName
{
border-color: #D2BE3E;
}
.TagClassName
{
border-color: #D2BE3E;
}
</style>