Shades of Old Gold #CCBA4A
Tints of Old Gold #CCBA4A
RGB
CMYK
RGB Variations
Color information
#CCBA4A (or 0xCCBA4A) is known color: Old Gold. HEX triplet: CC, BA and 4A. RGB value is (204,186,74). Sum of RGB (Red+Green+Blue) = 204+186+74=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA4A is #3345B5. Grayscale: #B3B3B3. Windows color (decimal): -3360182 or 4897484. OLE color: 4897484.
HSL color Cylindrical-coordinate representation of color #CCBA4A: hue angle of 51.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCBA4A is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 74 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.2 |
| HSL | 51.69º | 0.56% | 0.55% | - |
| HSV(B) | 51.69º | 0.64% | 0.8% | - |
| XYZ | 43.7 | 48.45 | 13.53 | - |
| YUV | 178.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 74 | 0 | 0.09 | 0.64 | 0.2 | 51.69 | 0.56 | 0.55 |
| Hex | CC | BA | 4A | 0 | 9 | 40 | 14 | 34 | 38 | 37 |
| Octal | 314 | 272 | 112 | 0 | 11 | 100 | 24 | 64 | 70 | 67 |
| Binary | 11001100 | 10111010 | 1001010 | 0 | 1001 | 1000000 | 10100 | 110100 | 111000 | 110111 |
Color Harmonies of #CCBA4A
Complementary color
Monochromatic Colors of #CCBA4A
Black with #CCBA4A
Text Example
Text Example
White with #CCBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA4A; }
p { color: rgb(204,186,74); }
H1.HeaderClassName
{
color: #CCBA4A;
}
.AnyTagClassName
{
color: #CCBA4A;
}
</style>
background-color css
<style>
a { background-color: #CCBA4A; }
a { background-color: rgb(204,186,74); }
div.DivClassName
{
background-color: #CCBA4A;
}
.BgClassName
{
background-color: #CCBA4A;
}
</style>
border-color css
<style>
span { border-color: #CCBA4A; }
span { border-color: rgb(204,186,74); }
td.TdClassName
{
border-color: #CCBA4A;
}
.TagClassName
{
border-color: #CCBA4A;
}
</style>