Shades of Old Gold #CCBA37
Tints of Old Gold #CCBA37
RGB
CMYK
RGB Variations
Color information
#CCBA37 (or 0xCCBA37) is known color: Old Gold. HEX triplet: CC, BA and 37. RGB value is (204,186,55). Sum of RGB (Red+Green+Blue) = 204+186+55=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 55 (21.88% from 255 or 12.36% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA37 is #3345C8. Grayscale: #B0B0B0. Windows color (decimal): -3360201 or 3652300. OLE color: 3652300.
HSL color Cylindrical-coordinate representation of color #CCBA37: hue angle of 52.75º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCBA37 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 55 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.2 |
| HSL | 52.75º | 0.59% | 0.51% | - |
| HSV(B) | 52.75º | 0.73% | 0.8% | - |
| XYZ | 43.15 | 48.23 | 10.65 | - |
| YUV | 176.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 55 | 0 | 0.09 | 0.73 | 0.2 | 52.75 | 0.59 | 0.51 |
| Hex | CC | BA | 37 | 0 | 9 | 49 | 14 | 35 | 3B | 33 |
| Octal | 314 | 272 | 67 | 0 | 11 | 111 | 24 | 65 | 73 | 63 |
| Binary | 11001100 | 10111010 | 110111 | 0 | 1001 | 1001001 | 10100 | 110101 | 111011 | 110011 |
Color Harmonies of #CCBA37
Complementary color
Monochromatic Colors of #CCBA37
Black with #CCBA37
Text Example
Text Example
White with #CCBA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA37; }
p { color: rgb(204,186,55); }
H1.HeaderClassName
{
color: #CCBA37;
}
.AnyTagClassName
{
color: #CCBA37;
}
</style>
background-color css
<style>
a { background-color: #CCBA37; }
a { background-color: rgb(204,186,55); }
div.DivClassName
{
background-color: #CCBA37;
}
.BgClassName
{
background-color: #CCBA37;
}
</style>
border-color css
<style>
span { border-color: #CCBA37; }
span { border-color: rgb(204,186,55); }
td.TdClassName
{
border-color: #CCBA37;
}
.TagClassName
{
border-color: #CCBA37;
}
</style>