Shades of Old Gold #D6B842
Tints of Old Gold #D6B842
RGB
CMYK
RGB Variations
Color information
#D6B842 (or 0xD6B842) is known color: Old Gold. HEX triplet: D6, B8 and 42. RGB value is (214,184,66). Sum of RGB (Red+Green+Blue) = 214+184+66=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B842 is #2947BD. Grayscale: #B4B4B4. Windows color (decimal): -2705342 or 4372694. OLE color: 4372694.
HSL color Cylindrical-coordinate representation of color #D6B842: hue angle of 47.84º 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 #D6B842 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 66 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.16 |
| HSL | 47.84º | 0.64% | 0.55% | - |
| HSV(B) | 47.84º | 0.69% | 0.84% | - |
| XYZ | 45.86 | 48.97 | 12.19 | - |
| YUV | 179.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 66 | 0 | 0.14 | 0.69 | 0.16 | 47.84 | 0.64 | 0.55 |
| Hex | D6 | B8 | 42 | 0 | E | 45 | 10 | 30 | 40 | 37 |
| Octal | 326 | 270 | 102 | 0 | 16 | 105 | 20 | 60 | 100 | 67 |
| Binary | 11010110 | 10111000 | 1000010 | 0 | 1110 | 1000101 | 10000 | 110000 | 1000000 | 110111 |
Color Harmonies of #D6B842
Complementary color
Monochromatic Colors of #D6B842
Black with #D6B842
Text Example
Text Example
White with #D6B842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B842; }
p { color: rgb(214,184,66); }
H1.HeaderClassName
{
color: #D6B842;
}
.AnyTagClassName
{
color: #D6B842;
}
</style>
background-color css
<style>
a { background-color: #D6B842; }
a { background-color: rgb(214,184,66); }
div.DivClassName
{
background-color: #D6B842;
}
.BgClassName
{
background-color: #D6B842;
}
</style>
border-color css
<style>
span { border-color: #D6B842; }
span { border-color: rgb(214,184,66); }
td.TdClassName
{
border-color: #D6B842;
}
.TagClassName
{
border-color: #D6B842;
}
</style>