Shades of Old Gold #CFBB2C
Tints of Old Gold #CFBB2C
RGB
CMYK
RGB Variations
Color information
#CFBB2C (or 0xCFBB2C) is known color: Old Gold. HEX triplet: CF, BB and 2C. RGB value is (207,187,44). Sum of RGB (Red+Green+Blue) = 207+187+44=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB2C is #3044D3. Grayscale: #B1B1B1. Windows color (decimal): -3163348 or 2931663. OLE color: 2931663.
HSL color Cylindrical-coordinate representation of color #CFBB2C: hue angle of 52.64º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFBB2C is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 44 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.19 |
| HSL | 52.64º | 0.65% | 0.49% | - |
| HSV(B) | 52.64º | 0.79% | 0.81% | - |
| XYZ | 43.96 | 48.99 | 9.52 | - |
| YUV | 176.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 44 | 0 | 0.10 | 0.79 | 0.19 | 52.64 | 0.65 | 0.49 |
| Hex | CF | BB | 2C | 0 | A | 4F | 13 | 35 | 41 | 31 |
| Octal | 317 | 273 | 54 | 0 | 12 | 117 | 23 | 65 | 101 | 61 |
| Binary | 11001111 | 10111011 | 101100 | 0 | 1010 | 1001111 | 10011 | 110101 | 1000001 | 110001 |
Color Harmonies of #CFBB2C
Complementary color
Monochromatic Colors of #CFBB2C
Black with #CFBB2C
Text Example
Text Example
White with #CFBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB2C; }
p { color: rgb(207,187,44); }
H1.HeaderClassName
{
color: #CFBB2C;
}
.AnyTagClassName
{
color: #CFBB2C;
}
</style>
background-color css
<style>
a { background-color: #CFBB2C; }
a { background-color: rgb(207,187,44); }
div.DivClassName
{
background-color: #CFBB2C;
}
.BgClassName
{
background-color: #CFBB2C;
}
</style>
border-color css
<style>
span { border-color: #CFBB2C; }
span { border-color: rgb(207,187,44); }
td.TdClassName
{
border-color: #CFBB2C;
}
.TagClassName
{
border-color: #CFBB2C;
}
</style>