Shades of Old Gold #CFBA2D
Tints of Old Gold #CFBA2D
RGB
CMYK
RGB Variations
Color information
#CFBA2D (or 0xCFBA2D) is known color: Old Gold. HEX triplet: CF, BA and 2D. RGB value is (207,186,45). Sum of RGB (Red+Green+Blue) = 207+186+45=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA2D is #3045D2. Grayscale: #B0B0B0. Windows color (decimal): -3163603 or 2996943. OLE color: 2996943.
HSL color Cylindrical-coordinate representation of color #CFBA2D: hue angle of 52.22º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFBA2D is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 45 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.19 |
| HSL | 52.22º | 0.64% | 0.49% | - |
| HSV(B) | 52.22º | 0.78% | 0.81% | - |
| XYZ | 43.76 | 48.57 | 9.55 | - |
| YUV | 176.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 45 | 0 | 0.10 | 0.78 | 0.19 | 52.22 | 0.64 | 0.49 |
| Hex | CF | BA | 2D | 0 | A | 4E | 13 | 34 | 40 | 31 |
| Octal | 317 | 272 | 55 | 0 | 12 | 116 | 23 | 64 | 100 | 61 |
| Binary | 11001111 | 10111010 | 101101 | 0 | 1010 | 1001110 | 10011 | 110100 | 1000000 | 110001 |
Color Harmonies of #CFBA2D
Complementary color
Monochromatic Colors of #CFBA2D
Black with #CFBA2D
Text Example
Text Example
White with #CFBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA2D; }
p { color: rgb(207,186,45); }
H1.HeaderClassName
{
color: #CFBA2D;
}
.AnyTagClassName
{
color: #CFBA2D;
}
</style>
background-color css
<style>
a { background-color: #CFBA2D; }
a { background-color: rgb(207,186,45); }
div.DivClassName
{
background-color: #CFBA2D;
}
.BgClassName
{
background-color: #CFBA2D;
}
</style>
border-color css
<style>
span { border-color: #CFBA2D; }
span { border-color: rgb(207,186,45); }
td.TdClassName
{
border-color: #CFBA2D;
}
.TagClassName
{
border-color: #CFBA2D;
}
</style>