Shades of Old Gold #CFBC44
Tints of Old Gold #CFBC44
RGB
CMYK
RGB Variations
Color information
#CFBC44 (or 0xCFBC44) is known color: Old Gold. HEX triplet: CF, BC and 44. RGB value is (207,188,68). Sum of RGB (Red+Green+Blue) = 207+188+68=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC44 is #3043BB. Grayscale: #B4B4B4. Windows color (decimal): -3163068 or 4504783. OLE color: 4504783.
HSL color Cylindrical-coordinate representation of color #CFBC44: hue angle of 51.8º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFBC44 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 68 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.19 |
| HSL | 51.8º | 0.59% | 0.54% | - |
| HSV(B) | 51.8º | 0.67% | 0.81% | - |
| XYZ | 44.76 | 49.65 | 12.69 | - |
| YUV | 180 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 68 | 0 | 0.09 | 0.67 | 0.19 | 51.8 | 0.59 | 0.54 |
| Hex | CF | BC | 44 | 0 | 9 | 43 | 13 | 34 | 3B | 36 |
| Octal | 317 | 274 | 104 | 0 | 11 | 103 | 23 | 64 | 73 | 66 |
| Binary | 11001111 | 10111100 | 1000100 | 0 | 1001 | 1000011 | 10011 | 110100 | 111011 | 110110 |
Color Harmonies of #CFBC44
Complementary color
Monochromatic Colors of #CFBC44
Black with #CFBC44
Text Example
Text Example
White with #CFBC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC44; }
p { color: rgb(207,188,68); }
H1.HeaderClassName
{
color: #CFBC44;
}
.AnyTagClassName
{
color: #CFBC44;
}
</style>
background-color css
<style>
a { background-color: #CFBC44; }
a { background-color: rgb(207,188,68); }
div.DivClassName
{
background-color: #CFBC44;
}
.BgClassName
{
background-color: #CFBC44;
}
</style>
border-color css
<style>
span { border-color: #CFBC44; }
span { border-color: rgb(207,188,68); }
td.TdClassName
{
border-color: #CFBC44;
}
.TagClassName
{
border-color: #CFBC44;
}
</style>