Shades of Old Gold #D6B94A
Tints of Old Gold #D6B94A
RGB
CMYK
RGB Variations
Color information
#D6B94A (or 0xD6B94A) is known color: Old Gold. HEX triplet: D6, B9 and 4A. RGB value is (214,185,74). Sum of RGB (Red+Green+Blue) = 214+185+74=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B94A is #2946B5. Grayscale: #B5B5B5. Windows color (decimal): -2705078 or 4897238. OLE color: 4897238.
HSL color Cylindrical-coordinate representation of color #D6B94A: hue angle of 47.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6B94A is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 74 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.16 |
| HSL | 47.57º | 0.63% | 0.56% | - |
| HSV(B) | 47.57º | 0.65% | 0.84% | - |
| XYZ | 46.32 | 49.49 | 13.59 | - |
| YUV | 181.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 74 | 0 | 0.14 | 0.65 | 0.16 | 47.57 | 0.63 | 0.56 |
| Hex | D6 | B9 | 4A | 0 | E | 41 | 10 | 30 | 3F | 38 |
| Octal | 326 | 271 | 112 | 0 | 16 | 101 | 20 | 60 | 77 | 70 |
| Binary | 11010110 | 10111001 | 1001010 | 0 | 1110 | 1000001 | 10000 | 110000 | 111111 | 111000 |
Color Harmonies of #D6B94A
Complementary color
Monochromatic Colors of #D6B94A
Black with #D6B94A
Text Example
Text Example
White with #D6B94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B94A; }
p { color: rgb(214,185,74); }
H1.HeaderClassName
{
color: #D6B94A;
}
.AnyTagClassName
{
color: #D6B94A;
}
</style>
background-color css
<style>
a { background-color: #D6B94A; }
a { background-color: rgb(214,185,74); }
div.DivClassName
{
background-color: #D6B94A;
}
.BgClassName
{
background-color: #D6B94A;
}
</style>
border-color css
<style>
span { border-color: #D6B94A; }
span { border-color: rgb(214,185,74); }
td.TdClassName
{
border-color: #D6B94A;
}
.TagClassName
{
border-color: #D6B94A;
}
</style>