Shades of Old Gold #CFBA4D
Tints of Old Gold #CFBA4D
RGB
CMYK
RGB Variations
Color information
#CFBA4D (or 0xCFBA4D) is known color: Old Gold. HEX triplet: CF, BA and 4D. RGB value is (207,186,77). Sum of RGB (Red+Green+Blue) = 207+186+77=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA4D is #3045B2. Grayscale: #B4B4B4. Windows color (decimal): -3163571 or 5094095. OLE color: 5094095.
HSL color Cylindrical-coordinate representation of color #CFBA4D: hue angle of 50.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFBA4D is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 77 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.19 |
| HSL | 50.31º | 0.58% | 0.56% | - |
| HSV(B) | 50.31º | 0.63% | 0.81% | - |
| XYZ | 44.63 | 48.92 | 14.11 | - |
| YUV | 179.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 77 | 0 | 0.10 | 0.63 | 0.19 | 50.31 | 0.58 | 0.56 |
| Hex | CF | BA | 4D | 0 | A | 3F | 13 | 32 | 3A | 38 |
| Octal | 317 | 272 | 115 | 0 | 12 | 77 | 23 | 62 | 72 | 70 |
| Binary | 11001111 | 10111010 | 1001101 | 0 | 1010 | 111111 | 10011 | 110010 | 111010 | 111000 |
Color Harmonies of #CFBA4D
Complementary color
Monochromatic Colors of #CFBA4D
Black with #CFBA4D
Text Example
Text Example
White with #CFBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA4D; }
p { color: rgb(207,186,77); }
H1.HeaderClassName
{
color: #CFBA4D;
}
.AnyTagClassName
{
color: #CFBA4D;
}
</style>
background-color css
<style>
a { background-color: #CFBA4D; }
a { background-color: rgb(207,186,77); }
div.DivClassName
{
background-color: #CFBA4D;
}
.BgClassName
{
background-color: #CFBA4D;
}
</style>
border-color css
<style>
span { border-color: #CFBA4D; }
span { border-color: rgb(207,186,77); }
td.TdClassName
{
border-color: #CFBA4D;
}
.TagClassName
{
border-color: #CFBA4D;
}
</style>