Shades of Old Gold #D7BD40
Tints of Old Gold #D7BD40
RGB
CMYK
RGB Variations
Color information
#D7BD40 (or 0xD7BD40) is known color: Old Gold. HEX triplet: D7, BD and 40. RGB value is (215,189,64). Sum of RGB (Red+Green+Blue) = 215+189+64=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BD40 is #2842BF. Grayscale: #B7B7B7. Windows color (decimal): -2638528 or 4242903. OLE color: 4242903.
HSL color Cylindrical-coordinate representation of color #D7BD40: hue angle of 49.67º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7BD40 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 64 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.16 |
| HSL | 49.67º | 0.65% | 0.55% | - |
| HSV(B) | 49.67º | 0.7% | 0.84% | - |
| XYZ | 47.15 | 51.21 | 12.25 | - |
| YUV | 182.52 | 61.11 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 64 | 0 | 0.12 | 0.70 | 0.16 | 49.67 | 0.65 | 0.55 |
| Hex | D7 | BD | 40 | 0 | C | 46 | 10 | 32 | 41 | 37 |
| Octal | 327 | 275 | 100 | 0 | 14 | 106 | 20 | 62 | 101 | 67 |
| Binary | 11010111 | 10111101 | 1000000 | 0 | 1100 | 1000110 | 10000 | 110010 | 1000001 | 110111 |
Color Harmonies of #D7BD40
Complementary color
Monochromatic Colors of #D7BD40
Black with #D7BD40
Text Example
Text Example
White with #D7BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD40; }
p { color: rgb(215,189,64); }
H1.HeaderClassName
{
color: #D7BD40;
}
.AnyTagClassName
{
color: #D7BD40;
}
</style>
background-color css
<style>
a { background-color: #D7BD40; }
a { background-color: rgb(215,189,64); }
div.DivClassName
{
background-color: #D7BD40;
}
.BgClassName
{
background-color: #D7BD40;
}
</style>
border-color css
<style>
span { border-color: #D7BD40; }
span { border-color: rgb(215,189,64); }
td.TdClassName
{
border-color: #D7BD40;
}
.TagClassName
{
border-color: #D7BD40;
}
</style>