Shades of Old Gold #CFB540
Tints of Old Gold #CFB540
RGB
CMYK
RGB Variations
Color information
#CFB540 (or 0xCFB540) is known color: Old Gold. HEX triplet: CF, B5 and 40. RGB value is (207,181,64). Sum of RGB (Red+Green+Blue) = 207+181+64=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB540 is #304ABF. Grayscale: #AFAFAF. Windows color (decimal): -3164864 or 4240847. OLE color: 4240847.
HSL color Cylindrical-coordinate representation of color #CFB540: hue angle of 49.09º 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 #CFB540 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 64 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.19 |
| HSL | 49.09º | 0.6% | 0.53% | - |
| HSV(B) | 49.09º | 0.69% | 0.81% | - |
| XYZ | 43.18 | 46.68 | 11.59 | - |
| YUV | 175.44 | 65.11 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 64 | 0 | 0.13 | 0.69 | 0.19 | 49.09 | 0.6 | 0.53 |
| Hex | CF | B5 | 40 | 0 | D | 45 | 13 | 31 | 3C | 35 |
| Octal | 317 | 265 | 100 | 0 | 15 | 105 | 23 | 61 | 74 | 65 |
| Binary | 11001111 | 10110101 | 1000000 | 0 | 1101 | 1000101 | 10011 | 110001 | 111100 | 110101 |
Color Harmonies of #CFB540
Complementary color
Monochromatic Colors of #CFB540
Black with #CFB540
Text Example
Text Example
White with #CFB540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB540; }
p { color: rgb(207,181,64); }
H1.HeaderClassName
{
color: #CFB540;
}
.AnyTagClassName
{
color: #CFB540;
}
</style>
background-color css
<style>
a { background-color: #CFB540; }
a { background-color: rgb(207,181,64); }
div.DivClassName
{
background-color: #CFB540;
}
.BgClassName
{
background-color: #CFB540;
}
</style>
border-color css
<style>
span { border-color: #CFB540; }
span { border-color: rgb(207,181,64); }
td.TdClassName
{
border-color: #CFB540;
}
.TagClassName
{
border-color: #CFB540;
}
</style>