Shades of Old Gold #D6B545
Tints of Old Gold #D6B545
RGB
CMYK
RGB Variations
Color information
#D6B545 (or 0xD6B545) is known color: Old Gold. HEX triplet: D6, B5 and 45. RGB value is (214,181,69). Sum of RGB (Red+Green+Blue) = 214+181+69=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B545 is #294ABA. Grayscale: #B2B2B2. Windows color (decimal): -2706107 or 4568534. OLE color: 4568534.
HSL color Cylindrical-coordinate representation of color #D6B545: hue angle of 46.34º degrees, saturation: 0.64, 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 #D6B545 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 69 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.16 |
| HSL | 46.34º | 0.64% | 0.55% | - |
| HSV(B) | 46.34º | 0.68% | 0.84% | - |
| XYZ | 45.33 | 47.77 | 12.46 | - |
| YUV | 178.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 69 | 0 | 0.15 | 0.68 | 0.16 | 46.34 | 0.64 | 0.55 |
| Hex | D6 | B5 | 45 | 0 | F | 44 | 10 | 2E | 40 | 37 |
| Octal | 326 | 265 | 105 | 0 | 17 | 104 | 20 | 56 | 100 | 67 |
| Binary | 11010110 | 10110101 | 1000101 | 0 | 1111 | 1000100 | 10000 | 101110 | 1000000 | 110111 |
Color Harmonies of #D6B545
Complementary color
Monochromatic Colors of #D6B545
Black with #D6B545
Text Example
Text Example
White with #D6B545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B545; }
p { color: rgb(214,181,69); }
H1.HeaderClassName
{
color: #D6B545;
}
.AnyTagClassName
{
color: #D6B545;
}
</style>
background-color css
<style>
a { background-color: #D6B545; }
a { background-color: rgb(214,181,69); }
div.DivClassName
{
background-color: #D6B545;
}
.BgClassName
{
background-color: #D6B545;
}
</style>
border-color css
<style>
span { border-color: #D6B545; }
span { border-color: rgb(214,181,69); }
td.TdClassName
{
border-color: #D6B545;
}
.TagClassName
{
border-color: #D6B545;
}
</style>