Shades of Old Gold #D6B43E
Tints of Old Gold #D6B43E
RGB
CMYK
RGB Variations
Color information
#D6B43E (or 0xD6B43E) is known color: Old Gold. HEX triplet: D6, B4 and 3E. RGB value is (214,180,62). Sum of RGB (Red+Green+Blue) = 214+180+62=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B43E is #294BC1. Grayscale: #B1B1B1. Windows color (decimal): -2706370 or 4109526. OLE color: 4109526.
HSL color Cylindrical-coordinate representation of color #D6B43E: hue angle of 46.58º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6B43E is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 180 | 62 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.16 |
| HSL | 46.58º | 0.65% | 0.54% | - |
| HSV(B) | 46.58º | 0.71% | 0.84% | - |
| XYZ | 44.92 | 47.29 | 11.32 | - |
| YUV | 176.71 | 63.26 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 180 | 62 | 0 | 0.16 | 0.71 | 0.16 | 46.58 | 0.65 | 0.54 |
| Hex | D6 | B4 | 3E | 0 | 10 | 47 | 10 | 2F | 41 | 36 |
| Octal | 326 | 264 | 76 | 0 | 20 | 107 | 20 | 57 | 101 | 66 |
| Binary | 11010110 | 10110100 | 111110 | 0 | 10000 | 1000111 | 10000 | 101111 | 1000001 | 110110 |
Color Harmonies of #D6B43E
Complementary color
Monochromatic Colors of #D6B43E
Black with #D6B43E
Text Example
Text Example
White with #D6B43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B43E; }
p { color: rgb(214,180,62); }
H1.HeaderClassName
{
color: #D6B43E;
}
.AnyTagClassName
{
color: #D6B43E;
}
</style>
background-color css
<style>
a { background-color: #D6B43E; }
a { background-color: rgb(214,180,62); }
div.DivClassName
{
background-color: #D6B43E;
}
.BgClassName
{
background-color: #D6B43E;
}
</style>
border-color css
<style>
span { border-color: #D6B43E; }
span { border-color: rgb(214,180,62); }
td.TdClassName
{
border-color: #D6B43E;
}
.TagClassName
{
border-color: #D6B43E;
}
</style>