Shades of Old Gold #D7BB2F
Tints of Old Gold #D7BB2F
RGB
CMYK
RGB Variations
Color information
#D7BB2F (or 0xD7BB2F) is known color: Old Gold. HEX triplet: D7, BB and 2F. RGB value is (215,187,47). Sum of RGB (Red+Green+Blue) = 215+187+47=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BB2F is #2844D0. Grayscale: #B3B3B3. Windows color (decimal): -2639057 or 3128279. OLE color: 3128279.
HSL color Cylindrical-coordinate representation of color #D7BB2F: hue angle of 50º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7BB2F is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 47 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.16 |
| HSL | 50º | 0.68% | 0.51% | - |
| HSV(B) | 50º | 0.78% | 0.84% | - |
| XYZ | 46.31 | 50.19 | 9.94 | - |
| YUV | 179.41 | 53.28 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 47 | 0 | 0.13 | 0.78 | 0.16 | 50 | 0.68 | 0.51 |
| Hex | D7 | BB | 2F | 0 | D | 4E | 10 | 32 | 44 | 33 |
| Octal | 327 | 273 | 57 | 0 | 15 | 116 | 20 | 62 | 104 | 63 |
| Binary | 11010111 | 10111011 | 101111 | 0 | 1101 | 1001110 | 10000 | 110010 | 1000100 | 110011 |
Color Harmonies of #D7BB2F
Complementary color
Monochromatic Colors of #D7BB2F
Black with #D7BB2F
Text Example
Text Example
White with #D7BB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BB2F; }
p { color: rgb(215,187,47); }
H1.HeaderClassName
{
color: #D7BB2F;
}
.AnyTagClassName
{
color: #D7BB2F;
}
</style>
background-color css
<style>
a { background-color: #D7BB2F; }
a { background-color: rgb(215,187,47); }
div.DivClassName
{
background-color: #D7BB2F;
}
.BgClassName
{
background-color: #D7BB2F;
}
</style>
border-color css
<style>
span { border-color: #D7BB2F; }
span { border-color: rgb(215,187,47); }
td.TdClassName
{
border-color: #D7BB2F;
}
.TagClassName
{
border-color: #D7BB2F;
}
</style>