Shades of Old Gold #CCBA4C
Tints of Old Gold #CCBA4C
RGB
CMYK
RGB Variations
Color information
#CCBA4C (or 0xCCBA4C) is known color: Old Gold. HEX triplet: CC, BA and 4C. RGB value is (204,186,76). Sum of RGB (Red+Green+Blue) = 204+186+76=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA4C is #3345B3. Grayscale: #B3B3B3. Windows color (decimal): -3360180 or 5028556. OLE color: 5028556.
HSL color Cylindrical-coordinate representation of color #CCBA4C: hue angle of 51.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCBA4C is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 76 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.2 |
| HSL | 51.56º | 0.56% | 0.55% | - |
| HSV(B) | 51.56º | 0.63% | 0.8% | - |
| XYZ | 43.77 | 48.48 | 13.89 | - |
| YUV | 178.84 | 69.96 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 76 | 0 | 0.09 | 0.63 | 0.2 | 51.56 | 0.56 | 0.55 |
| Hex | CC | BA | 4C | 0 | 9 | 3F | 14 | 34 | 38 | 37 |
| Octal | 314 | 272 | 114 | 0 | 11 | 77 | 24 | 64 | 70 | 67 |
| Binary | 11001100 | 10111010 | 1001100 | 0 | 1001 | 111111 | 10100 | 110100 | 111000 | 110111 |
Color Harmonies of #CCBA4C
Complementary color
Monochromatic Colors of #CCBA4C
Black with #CCBA4C
Text Example
Text Example
White with #CCBA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA4C; }
p { color: rgb(204,186,76); }
H1.HeaderClassName
{
color: #CCBA4C;
}
.AnyTagClassName
{
color: #CCBA4C;
}
</style>
background-color css
<style>
a { background-color: #CCBA4C; }
a { background-color: rgb(204,186,76); }
div.DivClassName
{
background-color: #CCBA4C;
}
.BgClassName
{
background-color: #CCBA4C;
}
</style>
border-color css
<style>
span { border-color: #CCBA4C; }
span { border-color: rgb(204,186,76); }
td.TdClassName
{
border-color: #CCBA4C;
}
.TagClassName
{
border-color: #CCBA4C;
}
</style>