Shades of Old Gold #CCBA49
Tints of Old Gold #CCBA49
RGB
CMYK
RGB Variations
Color information
#CCBA49 (or 0xCCBA49) is known color: Old Gold. HEX triplet: CC, BA and 49. RGB value is (204,186,73). Sum of RGB (Red+Green+Blue) = 204+186+73=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA49 is #3345B6. Grayscale: #B2B2B2. Windows color (decimal): -3360183 or 4831948. OLE color: 4831948.
HSL color Cylindrical-coordinate representation of color #CCBA49: hue angle of 51.76º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCBA49 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 73 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.2 |
| HSL | 51.76º | 0.56% | 0.54% | - |
| HSV(B) | 51.76º | 0.64% | 0.8% | - |
| XYZ | 43.66 | 48.44 | 13.35 | - |
| YUV | 178.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 73 | 0 | 0.09 | 0.64 | 0.2 | 51.76 | 0.56 | 0.54 |
| Hex | CC | BA | 49 | 0 | 9 | 40 | 14 | 34 | 38 | 36 |
| Octal | 314 | 272 | 111 | 0 | 11 | 100 | 24 | 64 | 70 | 66 |
| Binary | 11001100 | 10111010 | 1001001 | 0 | 1001 | 1000000 | 10100 | 110100 | 111000 | 110110 |
Color Harmonies of #CCBA49
Complementary color
Monochromatic Colors of #CCBA49
Black with #CCBA49
Text Example
Text Example
White with #CCBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA49; }
p { color: rgb(204,186,73); }
H1.HeaderClassName
{
color: #CCBA49;
}
.AnyTagClassName
{
color: #CCBA49;
}
</style>
background-color css
<style>
a { background-color: #CCBA49; }
a { background-color: rgb(204,186,73); }
div.DivClassName
{
background-color: #CCBA49;
}
.BgClassName
{
background-color: #CCBA49;
}
</style>
border-color css
<style>
span { border-color: #CCBA49; }
span { border-color: rgb(204,186,73); }
td.TdClassName
{
border-color: #CCBA49;
}
.TagClassName
{
border-color: #CCBA49;
}
</style>