Shades of Old Gold #CCBA2E
Tints of Old Gold #CCBA2E
RGB
CMYK
RGB Variations
Color information
#CCBA2E (or 0xCCBA2E) is known color: Old Gold. HEX triplet: CC, BA and 2E. RGB value is (204,186,46). Sum of RGB (Red+Green+Blue) = 204+186+46=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA2E is #3345D1. Grayscale: #B0B0B0. Windows color (decimal): -3360210 or 3062476. OLE color: 3062476.
HSL color Cylindrical-coordinate representation of color #CCBA2E: hue angle of 53.16º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCBA2E is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 46 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.2 |
| HSL | 53.16º | 0.63% | 0.49% | - |
| HSV(B) | 53.16º | 0.77% | 0.8% | - |
| XYZ | 42.95 | 48.15 | 9.62 | - |
| YUV | 175.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 46 | 0 | 0.09 | 0.77 | 0.2 | 53.16 | 0.63 | 0.49 |
| Hex | CC | BA | 2E | 0 | 9 | 4D | 14 | 35 | 3F | 31 |
| Octal | 314 | 272 | 56 | 0 | 11 | 115 | 24 | 65 | 77 | 61 |
| Binary | 11001100 | 10111010 | 101110 | 0 | 1001 | 1001101 | 10100 | 110101 | 111111 | 110001 |
Color Harmonies of #CCBA2E
Complementary color
Monochromatic Colors of #CCBA2E
Black with #CCBA2E
Text Example
Text Example
White with #CCBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA2E; }
p { color: rgb(204,186,46); }
H1.HeaderClassName
{
color: #CCBA2E;
}
.AnyTagClassName
{
color: #CCBA2E;
}
</style>
background-color css
<style>
a { background-color: #CCBA2E; }
a { background-color: rgb(204,186,46); }
div.DivClassName
{
background-color: #CCBA2E;
}
.BgClassName
{
background-color: #CCBA2E;
}
</style>
border-color css
<style>
span { border-color: #CCBA2E; }
span { border-color: rgb(204,186,46); }
td.TdClassName
{
border-color: #CCBA2E;
}
.TagClassName
{
border-color: #CCBA2E;
}
</style>