Shades of Old Gold #D6B839
Tints of Old Gold #D6B839
RGB
CMYK
RGB Variations
Color information
#D6B839 (or 0xD6B839) is known color: Old Gold. HEX triplet: D6, B8 and 39. RGB value is (214,184,57). Sum of RGB (Red+Green+Blue) = 214+184+57=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 57 (22.66% from 255 or 12.53% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B839 is #2947C6. Grayscale: #B3B3B3. Windows color (decimal): -2705351 or 3782870. OLE color: 3782870.
HSL color Cylindrical-coordinate representation of color #D6B839: hue angle of 48.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6B839 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 57 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.16 |
| HSL | 48.54º | 0.66% | 0.53% | - |
| HSV(B) | 48.54º | 0.73% | 0.84% | - |
| XYZ | 45.61 | 48.87 | 10.9 | - |
| YUV | 178.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 57 | 0 | 0.14 | 0.73 | 0.16 | 48.54 | 0.66 | 0.53 |
| Hex | D6 | B8 | 39 | 0 | E | 49 | 10 | 31 | 42 | 35 |
| Octal | 326 | 270 | 71 | 0 | 16 | 111 | 20 | 61 | 102 | 65 |
| Binary | 11010110 | 10111000 | 111001 | 0 | 1110 | 1001001 | 10000 | 110001 | 1000010 | 110101 |
Color Harmonies of #D6B839
Complementary color
Monochromatic Colors of #D6B839
Black with #D6B839
Text Example
Text Example
White with #D6B839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B839; }
p { color: rgb(214,184,57); }
H1.HeaderClassName
{
color: #D6B839;
}
.AnyTagClassName
{
color: #D6B839;
}
</style>
background-color css
<style>
a { background-color: #D6B839; }
a { background-color: rgb(214,184,57); }
div.DivClassName
{
background-color: #D6B839;
}
.BgClassName
{
background-color: #D6B839;
}
</style>
border-color css
<style>
span { border-color: #D6B839; }
span { border-color: rgb(214,184,57); }
td.TdClassName
{
border-color: #D6B839;
}
.TagClassName
{
border-color: #D6B839;
}
</style>