Shades of Old Gold #D7BD44
Tints of Old Gold #D7BD44
RGB
CMYK
RGB Variations
Color information
#D7BD44 (or 0xD7BD44) is known color: Old Gold. HEX triplet: D7, BD and 44. RGB value is (215,189,68). Sum of RGB (Red+Green+Blue) = 215+189+68=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 68 (26.95% from 255 or 14.41% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BD44 is #2842BB. Grayscale: #B7B7B7. Windows color (decimal): -2638524 or 4505047. OLE color: 4505047.
HSL color Cylindrical-coordinate representation of color #D7BD44: hue angle of 49.39º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7BD44 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 68 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.16 |
| HSL | 49.39º | 0.65% | 0.55% | - |
| HSV(B) | 49.39º | 0.68% | 0.84% | - |
| XYZ | 47.27 | 51.26 | 12.87 | - |
| YUV | 182.98 | 63.11 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 68 | 0 | 0.12 | 0.68 | 0.16 | 49.39 | 0.65 | 0.55 |
| Hex | D7 | BD | 44 | 0 | C | 44 | 10 | 31 | 41 | 37 |
| Octal | 327 | 275 | 104 | 0 | 14 | 104 | 20 | 61 | 101 | 67 |
| Binary | 11010111 | 10111101 | 1000100 | 0 | 1100 | 1000100 | 10000 | 110001 | 1000001 | 110111 |
Color Harmonies of #D7BD44
Complementary color
Monochromatic Colors of #D7BD44
Black with #D7BD44
Text Example
Text Example
White with #D7BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD44; }
p { color: rgb(215,189,68); }
H1.HeaderClassName
{
color: #D7BD44;
}
.AnyTagClassName
{
color: #D7BD44;
}
</style>
background-color css
<style>
a { background-color: #D7BD44; }
a { background-color: rgb(215,189,68); }
div.DivClassName
{
background-color: #D7BD44;
}
.BgClassName
{
background-color: #D7BD44;
}
</style>
border-color css
<style>
span { border-color: #D7BD44; }
span { border-color: rgb(215,189,68); }
td.TdClassName
{
border-color: #D7BD44;
}
.TagClassName
{
border-color: #D7BD44;
}
</style>