Shades of Old Gold #D2BF2F
Tints of Old Gold #D2BF2F
RGB
CMYK
RGB Variations
Color information
#D2BF2F (or 0xD2BF2F) is known color: Old Gold. HEX triplet: D2, BF and 2F. RGB value is (210,191,47). Sum of RGB (Red+Green+Blue) = 210+191+47=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BF2F is #2D40D0. Grayscale: #B4B4B4. Windows color (decimal): -2965713 or 3129298. OLE color: 3129298.
HSL color Cylindrical-coordinate representation of color #D2BF2F: hue angle of 53.01º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2BF2F is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 47 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.18 |
| HSL | 53.01º | 0.64% | 0.5% | - |
| HSV(B) | 53.01º | 0.78% | 0.82% | - |
| XYZ | 45.72 | 51.17 | 10.16 | - |
| YUV | 180.27 | 52.79 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 47 | 0 | 0.09 | 0.78 | 0.18 | 53.01 | 0.64 | 0.5 |
| Hex | D2 | BF | 2F | 0 | 9 | 4E | 12 | 35 | 40 | 32 |
| Octal | 322 | 277 | 57 | 0 | 11 | 116 | 22 | 65 | 100 | 62 |
| Binary | 11010010 | 10111111 | 101111 | 0 | 1001 | 1001110 | 10010 | 110101 | 1000000 | 110010 |
Color Harmonies of #D2BF2F
Complementary color
Monochromatic Colors of #D2BF2F
Black with #D2BF2F
Text Example
Text Example
White with #D2BF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF2F; }
p { color: rgb(210,191,47); }
H1.HeaderClassName
{
color: #D2BF2F;
}
.AnyTagClassName
{
color: #D2BF2F;
}
</style>
background-color css
<style>
a { background-color: #D2BF2F; }
a { background-color: rgb(210,191,47); }
div.DivClassName
{
background-color: #D2BF2F;
}
.BgClassName
{
background-color: #D2BF2F;
}
</style>
border-color css
<style>
span { border-color: #D2BF2F; }
span { border-color: rgb(210,191,47); }
td.TdClassName
{
border-color: #D2BF2F;
}
.TagClassName
{
border-color: #D2BF2F;
}
</style>