Shades of Old Gold #D6B343
Tints of Old Gold #D6B343
RGB
CMYK
RGB Variations
Color information
#D6B343 (or 0xD6B343) is known color: Old Gold. HEX triplet: D6, B3 and 43. RGB value is (214,179,67). Sum of RGB (Red+Green+Blue) = 214+179+67=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B343 is #294CBC. Grayscale: #B1B1B1. Windows color (decimal): -2706621 or 4436950. OLE color: 4436950.
HSL color Cylindrical-coordinate representation of color #D6B343: hue angle of 45.71º 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 #D6B343 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 67 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.16 |
| HSL | 45.71º | 0.64% | 0.55% | - |
| HSV(B) | 45.71º | 0.69% | 0.84% | - |
| XYZ | 44.86 | 46.94 | 12.01 | - |
| YUV | 176.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 67 | 0 | 0.16 | 0.69 | 0.16 | 45.71 | 0.64 | 0.55 |
| Hex | D6 | B3 | 43 | 0 | 10 | 45 | 10 | 2E | 40 | 37 |
| Octal | 326 | 263 | 103 | 0 | 20 | 105 | 20 | 56 | 100 | 67 |
| Binary | 11010110 | 10110011 | 1000011 | 0 | 10000 | 1000101 | 10000 | 101110 | 1000000 | 110111 |
Color Harmonies of #D6B343
Complementary color
Monochromatic Colors of #D6B343
Black with #D6B343
Text Example
Text Example
White with #D6B343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B343; }
p { color: rgb(214,179,67); }
H1.HeaderClassName
{
color: #D6B343;
}
.AnyTagClassName
{
color: #D6B343;
}
</style>
background-color css
<style>
a { background-color: #D6B343; }
a { background-color: rgb(214,179,67); }
div.DivClassName
{
background-color: #D6B343;
}
.BgClassName
{
background-color: #D6B343;
}
</style>
border-color css
<style>
span { border-color: #D6B343; }
span { border-color: rgb(214,179,67); }
td.TdClassName
{
border-color: #D6B343;
}
.TagClassName
{
border-color: #D6B343;
}
</style>