Shades of Old Gold #D7B543
Tints of Old Gold #D7B543
RGB
CMYK
RGB Variations
Color information
#D7B543 (or 0xD7B543) is known color: Old Gold. HEX triplet: D7, B5 and 43. RGB value is (215,181,67). Sum of RGB (Red+Green+Blue) = 215+181+67=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B543 is #284ABC. Grayscale: #B2B2B2. Windows color (decimal): -2640573 or 4437463. OLE color: 4437463.
HSL color Cylindrical-coordinate representation of color #D7B543: hue angle of 46.22º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D7B543 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 67 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.16 |
| HSL | 46.22º | 0.65% | 0.55% | - |
| HSV(B) | 46.22º | 0.69% | 0.84% | - |
| XYZ | 45.56 | 47.9 | 12.15 | - |
| YUV | 178.17 | 65.26 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 67 | 0 | 0.16 | 0.69 | 0.16 | 46.22 | 0.65 | 0.55 |
| Hex | D7 | B5 | 43 | 0 | 10 | 45 | 10 | 2E | 41 | 37 |
| Octal | 327 | 265 | 103 | 0 | 20 | 105 | 20 | 56 | 101 | 67 |
| Binary | 11010111 | 10110101 | 1000011 | 0 | 10000 | 1000101 | 10000 | 101110 | 1000001 | 110111 |
Color Harmonies of #D7B543
Complementary color
Monochromatic Colors of #D7B543
Black with #D7B543
Text Example
Text Example
White with #D7B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B543; }
p { color: rgb(215,181,67); }
H1.HeaderClassName
{
color: #D7B543;
}
.AnyTagClassName
{
color: #D7B543;
}
</style>
background-color css
<style>
a { background-color: #D7B543; }
a { background-color: rgb(215,181,67); }
div.DivClassName
{
background-color: #D7B543;
}
.BgClassName
{
background-color: #D7B543;
}
</style>
border-color css
<style>
span { border-color: #D7B543; }
span { border-color: rgb(215,181,67); }
td.TdClassName
{
border-color: #D7B543;
}
.TagClassName
{
border-color: #D7B543;
}
</style>