Shades of Old Gold #D6B543
Tints of Old Gold #D6B543
RGB
CMYK
RGB Variations
Color information
#D6B543 (or 0xD6B543) is known color: Old Gold. HEX triplet: D6, B5 and 43. RGB value is (214,181,67). Sum of RGB (Red+Green+Blue) = 214+181+67=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 67 (26.56% from 255 or 14.50% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B543 is #294ABC. Grayscale: #B2B2B2. Windows color (decimal): -2706109 or 4437462. OLE color: 4437462.
HSL color Cylindrical-coordinate representation of color #D6B543: hue angle of 46.53º degrees, saturation: 0.64, 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 #D6B543 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 67 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.16 |
| HSL | 46.53º | 0.64% | 0.55% | - |
| HSV(B) | 46.53º | 0.69% | 0.84% | - |
| XYZ | 45.27 | 47.75 | 12.14 | - |
| YUV | 177.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 67 | 0 | 0.15 | 0.69 | 0.16 | 46.53 | 0.64 | 0.55 |
| Hex | D6 | B5 | 43 | 0 | F | 45 | 10 | 2F | 40 | 37 |
| Octal | 326 | 265 | 103 | 0 | 17 | 105 | 20 | 57 | 100 | 67 |
| Binary | 11010110 | 10110101 | 1000011 | 0 | 1111 | 1000101 | 10000 | 101111 | 1000000 | 110111 |
Color Harmonies of #D6B543
Complementary color
Monochromatic Colors of #D6B543
Black with #D6B543
Text Example
Text Example
White with #D6B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B543; }
p { color: rgb(214,181,67); }
H1.HeaderClassName
{
color: #D6B543;
}
.AnyTagClassName
{
color: #D6B543;
}
</style>
background-color css
<style>
a { background-color: #D6B543; }
a { background-color: rgb(214,181,67); }
div.DivClassName
{
background-color: #D6B543;
}
.BgClassName
{
background-color: #D6B543;
}
</style>
border-color css
<style>
span { border-color: #D6B543; }
span { border-color: rgb(214,181,67); }
td.TdClassName
{
border-color: #D6B543;
}
.TagClassName
{
border-color: #D6B543;
}
</style>