Shades of Old Gold #CFB543
Tints of Old Gold #CFB543
RGB
CMYK
RGB Variations
Color information
#CFB543 (or 0xCFB543) is known color: Old Gold. HEX triplet: CF, B5 and 43. RGB value is (207,181,67). Sum of RGB (Red+Green+Blue) = 207+181+67=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 67 (26.56% from 255 or 14.73% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB543 is #304ABC. Grayscale: #B0B0B0. Windows color (decimal): -3164861 or 4437455. OLE color: 4437455.
HSL color Cylindrical-coordinate representation of color #CFB543: hue angle of 48.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFB543 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 67 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.19 |
| HSL | 48.86º | 0.59% | 0.54% | - |
| HSV(B) | 48.86º | 0.68% | 0.81% | - |
| XYZ | 43.27 | 46.72 | 12.05 | - |
| YUV | 175.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 67 | 0 | 0.13 | 0.68 | 0.19 | 48.86 | 0.59 | 0.54 |
| Hex | CF | B5 | 43 | 0 | D | 44 | 13 | 31 | 3B | 36 |
| Octal | 317 | 265 | 103 | 0 | 15 | 104 | 23 | 61 | 73 | 66 |
| Binary | 11001111 | 10110101 | 1000011 | 0 | 1101 | 1000100 | 10011 | 110001 | 111011 | 110110 |
Color Harmonies of #CFB543
Complementary color
Monochromatic Colors of #CFB543
Black with #CFB543
Text Example
Text Example
White with #CFB543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB543; }
p { color: rgb(207,181,67); }
H1.HeaderClassName
{
color: #CFB543;
}
.AnyTagClassName
{
color: #CFB543;
}
</style>
background-color css
<style>
a { background-color: #CFB543; }
a { background-color: rgb(207,181,67); }
div.DivClassName
{
background-color: #CFB543;
}
.BgClassName
{
background-color: #CFB543;
}
</style>
border-color css
<style>
span { border-color: #CFB543; }
span { border-color: rgb(207,181,67); }
td.TdClassName
{
border-color: #CFB543;
}
.TagClassName
{
border-color: #CFB543;
}
</style>