Shades of Old Gold #CFB940
Tints of Old Gold #CFB940
RGB
CMYK
RGB Variations
Color information
#CFB940 (or 0xCFB940) is known color: Old Gold. HEX triplet: CF, B9 and 40. RGB value is (207,185,64). Sum of RGB (Red+Green+Blue) = 207+185+64=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB940 is #3046BF. Grayscale: #B2B2B2. Windows color (decimal): -3163840 or 4241871. OLE color: 4241871.
HSL color Cylindrical-coordinate representation of color #CFB940: hue angle of 50.77º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFB940 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 64 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.19 |
| HSL | 50.77º | 0.6% | 0.53% | - |
| HSV(B) | 50.77º | 0.69% | 0.81% | - |
| XYZ | 44.01 | 48.33 | 11.86 | - |
| YUV | 177.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 64 | 0 | 0.11 | 0.69 | 0.19 | 50.77 | 0.6 | 0.53 |
| Hex | CF | B9 | 40 | 0 | B | 45 | 13 | 33 | 3C | 35 |
| Octal | 317 | 271 | 100 | 0 | 13 | 105 | 23 | 63 | 74 | 65 |
| Binary | 11001111 | 10111001 | 1000000 | 0 | 1011 | 1000101 | 10011 | 110011 | 111100 | 110101 |
Color Harmonies of #CFB940
Complementary color
Monochromatic Colors of #CFB940
Black with #CFB940
Text Example
Text Example
White with #CFB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB940; }
p { color: rgb(207,185,64); }
H1.HeaderClassName
{
color: #CFB940;
}
.AnyTagClassName
{
color: #CFB940;
}
</style>
background-color css
<style>
a { background-color: #CFB940; }
a { background-color: rgb(207,185,64); }
div.DivClassName
{
background-color: #CFB940;
}
.BgClassName
{
background-color: #CFB940;
}
</style>
border-color css
<style>
span { border-color: #CFB940; }
span { border-color: rgb(207,185,64); }
td.TdClassName
{
border-color: #CFB940;
}
.TagClassName
{
border-color: #CFB940;
}
</style>