Shades of Old Gold #CCBA2C
Tints of Old Gold #CCBA2C
RGB
CMYK
RGB Variations
Color information
#CCBA2C (or 0xCCBA2C) is known color: Old Gold. HEX triplet: CC, BA and 2C. RGB value is (204,186,44). Sum of RGB (Red+Green+Blue) = 204+186+44=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA2C is #3345D3. Grayscale: #AFAFAF. Windows color (decimal): -3360212 or 2931404. OLE color: 2931404.
HSL color Cylindrical-coordinate representation of color #CCBA2C: hue angle of 53.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCBA2C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 44 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.2 |
| HSL | 53.25º | 0.65% | 0.49% | - |
| HSV(B) | 53.25º | 0.78% | 0.8% | - |
| XYZ | 42.92 | 48.14 | 9.41 | - |
| YUV | 175.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 44 | 0 | 0.09 | 0.78 | 0.2 | 53.25 | 0.65 | 0.49 |
| Hex | CC | BA | 2C | 0 | 9 | 4E | 14 | 35 | 41 | 31 |
| Octal | 314 | 272 | 54 | 0 | 11 | 116 | 24 | 65 | 101 | 61 |
| Binary | 11001100 | 10111010 | 101100 | 0 | 1001 | 1001110 | 10100 | 110101 | 1000001 | 110001 |
Color Harmonies of #CCBA2C
Complementary color
Monochromatic Colors of #CCBA2C
Black with #CCBA2C
Text Example
Text Example
White with #CCBA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA2C; }
p { color: rgb(204,186,44); }
H1.HeaderClassName
{
color: #CCBA2C;
}
.AnyTagClassName
{
color: #CCBA2C;
}
</style>
background-color css
<style>
a { background-color: #CCBA2C; }
a { background-color: rgb(204,186,44); }
div.DivClassName
{
background-color: #CCBA2C;
}
.BgClassName
{
background-color: #CCBA2C;
}
</style>
border-color css
<style>
span { border-color: #CCBA2C; }
span { border-color: rgb(204,186,44); }
td.TdClassName
{
border-color: #CCBA2C;
}
.TagClassName
{
border-color: #CCBA2C;
}
</style>