Shades of Old Gold #CFB447
Tints of Old Gold #CFB447
RGB
CMYK
RGB Variations
Color information
#CFB447 (or 0xCFB447) is known color: Old Gold. HEX triplet: CF, B4 and 47. RGB value is (207,180,71). Sum of RGB (Red+Green+Blue) = 207+180+71=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB447 is #304BB8. Grayscale: #B0B0B0. Windows color (decimal): -3165113 or 4699343. OLE color: 4699343.
HSL color Cylindrical-coordinate representation of color #CFB447: hue angle of 48.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFB447 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 71 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.19 |
| HSL | 48.09º | 0.59% | 0.55% | - |
| HSV(B) | 48.09º | 0.66% | 0.81% | - |
| XYZ | 43.19 | 46.36 | 12.63 | - |
| YUV | 175.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 71 | 0 | 0.13 | 0.66 | 0.19 | 48.09 | 0.59 | 0.55 |
| Hex | CF | B4 | 47 | 0 | D | 42 | 13 | 30 | 3B | 37 |
| Octal | 317 | 264 | 107 | 0 | 15 | 102 | 23 | 60 | 73 | 67 |
| Binary | 11001111 | 10110100 | 1000111 | 0 | 1101 | 1000010 | 10011 | 110000 | 111011 | 110111 |
Color Harmonies of #CFB447
Complementary color
Monochromatic Colors of #CFB447
Black with #CFB447
Text Example
Text Example
White with #CFB447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB447; }
p { color: rgb(207,180,71); }
H1.HeaderClassName
{
color: #CFB447;
}
.AnyTagClassName
{
color: #CFB447;
}
</style>
background-color css
<style>
a { background-color: #CFB447; }
a { background-color: rgb(207,180,71); }
div.DivClassName
{
background-color: #CFB447;
}
.BgClassName
{
background-color: #CFB447;
}
</style>
border-color css
<style>
span { border-color: #CFB447; }
span { border-color: rgb(207,180,71); }
td.TdClassName
{
border-color: #CFB447;
}
.TagClassName
{
border-color: #CFB447;
}
</style>