Shades of Old Gold #CCBA41
Tints of Old Gold #CCBA41
RGB
CMYK
RGB Variations
Color information
#CCBA41 (or 0xCCBA41) is known color: Old Gold. HEX triplet: CC, BA and 41. RGB value is (204,186,65). Sum of RGB (Red+Green+Blue) = 204+186+65=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA41 is #3345BE. Grayscale: #B2B2B2. Windows color (decimal): -3360191 or 4307660. OLE color: 4307660.
HSL color Cylindrical-coordinate representation of color #CCBA41: hue angle of 52.23º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCBA41 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 65 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.2 |
| HSL | 52.23º | 0.58% | 0.53% | - |
| HSV(B) | 52.23º | 0.68% | 0.8% | - |
| XYZ | 43.41 | 48.34 | 12.04 | - |
| YUV | 177.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 65 | 0 | 0.09 | 0.68 | 0.2 | 52.23 | 0.58 | 0.53 |
| Hex | CC | BA | 41 | 0 | 9 | 44 | 14 | 34 | 3A | 35 |
| Octal | 314 | 272 | 101 | 0 | 11 | 104 | 24 | 64 | 72 | 65 |
| Binary | 11001100 | 10111010 | 1000001 | 0 | 1001 | 1000100 | 10100 | 110100 | 111010 | 110101 |
Color Harmonies of #CCBA41
Complementary color
Monochromatic Colors of #CCBA41
Black with #CCBA41
Text Example
Text Example
White with #CCBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA41; }
p { color: rgb(204,186,65); }
H1.HeaderClassName
{
color: #CCBA41;
}
.AnyTagClassName
{
color: #CCBA41;
}
</style>
background-color css
<style>
a { background-color: #CCBA41; }
a { background-color: rgb(204,186,65); }
div.DivClassName
{
background-color: #CCBA41;
}
.BgClassName
{
background-color: #CCBA41;
}
</style>
border-color css
<style>
span { border-color: #CCBA41; }
span { border-color: rgb(204,186,65); }
td.TdClassName
{
border-color: #CCBA41;
}
.TagClassName
{
border-color: #CCBA41;
}
</style>