Shades of Old Gold #D6B843
Tints of Old Gold #D6B843
RGB
CMYK
RGB Variations
Color information
#D6B843 (or 0xD6B843) is known color: Old Gold. HEX triplet: D6, B8 and 43. RGB value is (214,184,67). Sum of RGB (Red+Green+Blue) = 214+184+67=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B843 is #2947BC. Grayscale: #B4B4B4. Windows color (decimal): -2705341 or 4438230. OLE color: 4438230.
HSL color Cylindrical-coordinate representation of color #D6B843: hue angle of 47.76º 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 #D6B843 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 67 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.16 |
| HSL | 47.76º | 0.64% | 0.55% | - |
| HSV(B) | 47.76º | 0.69% | 0.84% | - |
| XYZ | 45.89 | 48.98 | 12.35 | - |
| YUV | 179.63 | 64.44 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 67 | 0 | 0.14 | 0.69 | 0.16 | 47.76 | 0.64 | 0.55 |
| Hex | D6 | B8 | 43 | 0 | E | 45 | 10 | 30 | 40 | 37 |
| Octal | 326 | 270 | 103 | 0 | 16 | 105 | 20 | 60 | 100 | 67 |
| Binary | 11010110 | 10111000 | 1000011 | 0 | 1110 | 1000101 | 10000 | 110000 | 1000000 | 110111 |
Color Harmonies of #D6B843
Complementary color
Monochromatic Colors of #D6B843
Black with #D6B843
Text Example
Text Example
White with #D6B843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B843; }
p { color: rgb(214,184,67); }
H1.HeaderClassName
{
color: #D6B843;
}
.AnyTagClassName
{
color: #D6B843;
}
</style>
background-color css
<style>
a { background-color: #D6B843; }
a { background-color: rgb(214,184,67); }
div.DivClassName
{
background-color: #D6B843;
}
.BgClassName
{
background-color: #D6B843;
}
</style>
border-color css
<style>
span { border-color: #D6B843; }
span { border-color: rgb(214,184,67); }
td.TdClassName
{
border-color: #D6B843;
}
.TagClassName
{
border-color: #D6B843;
}
</style>