Shades of Old Gold #CCBA2F
Tints of Old Gold #CCBA2F
RGB
CMYK
RGB Variations
Color information
#CCBA2F (or 0xCCBA2F) is known color: Old Gold. HEX triplet: CC, BA and 2F. RGB value is (204,186,47). Sum of RGB (Red+Green+Blue) = 204+186+47=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA2F is #3345D0. Grayscale: #B0B0B0. Windows color (decimal): -3360209 or 3128012. OLE color: 3128012.
HSL color Cylindrical-coordinate representation of color #CCBA2F: hue angle of 53.12º 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 #CCBA2F is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 47 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.2 |
| HSL | 53.12º | 0.63% | 0.49% | - |
| HSV(B) | 53.12º | 0.77% | 0.8% | - |
| XYZ | 42.97 | 48.16 | 9.72 | - |
| YUV | 175.54 | 55.46 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 47 | 0 | 0.09 | 0.77 | 0.2 | 53.12 | 0.63 | 0.49 |
| Hex | CC | BA | 2F | 0 | 9 | 4D | 14 | 35 | 3F | 31 |
| Octal | 314 | 272 | 57 | 0 | 11 | 115 | 24 | 65 | 77 | 61 |
| Binary | 11001100 | 10111010 | 101111 | 0 | 1001 | 1001101 | 10100 | 110101 | 111111 | 110001 |
Color Harmonies of #CCBA2F
Complementary color
Monochromatic Colors of #CCBA2F
Black with #CCBA2F
Text Example
Text Example
White with #CCBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA2F; }
p { color: rgb(204,186,47); }
H1.HeaderClassName
{
color: #CCBA2F;
}
.AnyTagClassName
{
color: #CCBA2F;
}
</style>
background-color css
<style>
a { background-color: #CCBA2F; }
a { background-color: rgb(204,186,47); }
div.DivClassName
{
background-color: #CCBA2F;
}
.BgClassName
{
background-color: #CCBA2F;
}
</style>
border-color css
<style>
span { border-color: #CCBA2F; }
span { border-color: rgb(204,186,47); }
td.TdClassName
{
border-color: #CCBA2F;
}
.TagClassName
{
border-color: #CCBA2F;
}
</style>