Shades of Old Gold #CFBA4C
Tints of Old Gold #CFBA4C
RGB
CMYK
RGB Variations
Color information
#CFBA4C (or 0xCFBA4C) is known color: Old Gold. HEX triplet: CF, BA and 4C. RGB value is (207,186,76). Sum of RGB (Red+Green+Blue) = 207+186+76=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA4C is #3045B3. Grayscale: #B4B4B4. Windows color (decimal): -3163572 or 5028559. OLE color: 5028559.
HSL color Cylindrical-coordinate representation of color #CFBA4C: hue angle of 50.38º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFBA4C is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 76 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.19 |
| HSL | 50.38º | 0.58% | 0.55% | - |
| HSV(B) | 50.38º | 0.63% | 0.81% | - |
| XYZ | 44.6 | 48.91 | 13.93 | - |
| YUV | 179.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 76 | 0 | 0.10 | 0.63 | 0.19 | 50.38 | 0.58 | 0.55 |
| Hex | CF | BA | 4C | 0 | A | 3F | 13 | 32 | 3A | 37 |
| Octal | 317 | 272 | 114 | 0 | 12 | 77 | 23 | 62 | 72 | 67 |
| Binary | 11001111 | 10111010 | 1001100 | 0 | 1010 | 111111 | 10011 | 110010 | 111010 | 110111 |
Color Harmonies of #CFBA4C
Complementary color
Monochromatic Colors of #CFBA4C
Black with #CFBA4C
Text Example
Text Example
White with #CFBA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA4C; }
p { color: rgb(207,186,76); }
H1.HeaderClassName
{
color: #CFBA4C;
}
.AnyTagClassName
{
color: #CFBA4C;
}
</style>
background-color css
<style>
a { background-color: #CFBA4C; }
a { background-color: rgb(207,186,76); }
div.DivClassName
{
background-color: #CFBA4C;
}
.BgClassName
{
background-color: #CFBA4C;
}
</style>
border-color css
<style>
span { border-color: #CFBA4C; }
span { border-color: rgb(207,186,76); }
td.TdClassName
{
border-color: #CFBA4C;
}
.TagClassName
{
border-color: #CFBA4C;
}
</style>