Shades of Old Gold #CCBA44
Tints of Old Gold #CCBA44
RGB
CMYK
RGB Variations
Color information
#CCBA44 (or 0xCCBA44) is known color: Old Gold. HEX triplet: CC, BA and 44. RGB value is (204,186,68). Sum of RGB (Red+Green+Blue) = 204+186+68=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA44 is #3345BB. Grayscale: #B2B2B2. Windows color (decimal): -3360188 or 4504268. OLE color: 4504268.
HSL color Cylindrical-coordinate representation of color #CCBA44: hue angle of 52.06º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCBA44 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 68 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.2 |
| HSL | 52.06º | 0.57% | 0.53% | - |
| HSV(B) | 52.06º | 0.67% | 0.8% | - |
| XYZ | 43.5 | 48.37 | 12.51 | - |
| YUV | 177.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 68 | 0 | 0.09 | 0.67 | 0.2 | 52.06 | 0.57 | 0.53 |
| Hex | CC | BA | 44 | 0 | 9 | 43 | 14 | 34 | 39 | 35 |
| Octal | 314 | 272 | 104 | 0 | 11 | 103 | 24 | 64 | 71 | 65 |
| Binary | 11001100 | 10111010 | 1000100 | 0 | 1001 | 1000011 | 10100 | 110100 | 111001 | 110101 |
Color Harmonies of #CCBA44
Complementary color
Monochromatic Colors of #CCBA44
Black with #CCBA44
Text Example
Text Example
White with #CCBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA44; }
p { color: rgb(204,186,68); }
H1.HeaderClassName
{
color: #CCBA44;
}
.AnyTagClassName
{
color: #CCBA44;
}
</style>
background-color css
<style>
a { background-color: #CCBA44; }
a { background-color: rgb(204,186,68); }
div.DivClassName
{
background-color: #CCBA44;
}
.BgClassName
{
background-color: #CCBA44;
}
</style>
border-color css
<style>
span { border-color: #CCBA44; }
span { border-color: rgb(204,186,68); }
td.TdClassName
{
border-color: #CCBA44;
}
.TagClassName
{
border-color: #CCBA44;
}
</style>