Shades of Old Gold #D6B549
Tints of Old Gold #D6B549
RGB
CMYK
RGB Variations
Color information
#D6B549 (or 0xD6B549) is known color: Old Gold. HEX triplet: D6, B5 and 49. RGB value is (214,181,73). Sum of RGB (Red+Green+Blue) = 214+181+73=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B549 is #294AB6. Grayscale: #B3B3B3. Windows color (decimal): -2706103 or 4830678. OLE color: 4830678.
HSL color Cylindrical-coordinate representation of color #D6B549: hue angle of 45.96º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6B549 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 73 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.16 |
| HSL | 45.96º | 0.63% | 0.56% | - |
| HSV(B) | 45.96º | 0.66% | 0.84% | - |
| XYZ | 45.46 | 47.82 | 13.14 | - |
| YUV | 178.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 73 | 0 | 0.15 | 0.66 | 0.16 | 45.96 | 0.63 | 0.56 |
| Hex | D6 | B5 | 49 | 0 | F | 42 | 10 | 2E | 3F | 38 |
| Octal | 326 | 265 | 111 | 0 | 17 | 102 | 20 | 56 | 77 | 70 |
| Binary | 11010110 | 10110101 | 1001001 | 0 | 1111 | 1000010 | 10000 | 101110 | 111111 | 111000 |
Color Harmonies of #D6B549
Complementary color
Monochromatic Colors of #D6B549
Black with #D6B549
Text Example
Text Example
White with #D6B549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B549; }
p { color: rgb(214,181,73); }
H1.HeaderClassName
{
color: #D6B549;
}
.AnyTagClassName
{
color: #D6B549;
}
</style>
background-color css
<style>
a { background-color: #D6B549; }
a { background-color: rgb(214,181,73); }
div.DivClassName
{
background-color: #D6B549;
}
.BgClassName
{
background-color: #D6B549;
}
</style>
border-color css
<style>
span { border-color: #D6B549; }
span { border-color: rgb(214,181,73); }
td.TdClassName
{
border-color: #D6B549;
}
.TagClassName
{
border-color: #D6B549;
}
</style>