Shades of Old Gold #CCBC47
Tints of Old Gold #CCBC47
RGB
CMYK
RGB Variations
Color information
#CCBC47 (or 0xCCBC47) is known color: Old Gold. HEX triplet: CC, BC and 47. RGB value is (204,188,71). Sum of RGB (Red+Green+Blue) = 204+188+71=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC47 is #3343B8. Grayscale: #B3B3B3. Windows color (decimal): -3359673 or 4701388. OLE color: 4701388.
HSL color Cylindrical-coordinate representation of color #CCBC47: hue angle of 52.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCBC47 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 71 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.2 |
| HSL | 52.78º | 0.57% | 0.54% | - |
| HSV(B) | 52.78º | 0.65% | 0.8% | - |
| XYZ | 44.02 | 49.26 | 13.15 | - |
| YUV | 179.45 | 66.8 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 71 | 0 | 0.08 | 0.65 | 0.2 | 52.78 | 0.57 | 0.54 |
| Hex | CC | BC | 47 | 0 | 8 | 41 | 14 | 35 | 39 | 36 |
| Octal | 314 | 274 | 107 | 0 | 10 | 101 | 24 | 65 | 71 | 66 |
| Binary | 11001100 | 10111100 | 1000111 | 0 | 1000 | 1000001 | 10100 | 110101 | 111001 | 110110 |
Color Harmonies of #CCBC47
Complementary color
Monochromatic Colors of #CCBC47
Black with #CCBC47
Text Example
Text Example
White with #CCBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC47; }
p { color: rgb(204,188,71); }
H1.HeaderClassName
{
color: #CCBC47;
}
.AnyTagClassName
{
color: #CCBC47;
}
</style>
background-color css
<style>
a { background-color: #CCBC47; }
a { background-color: rgb(204,188,71); }
div.DivClassName
{
background-color: #CCBC47;
}
.BgClassName
{
background-color: #CCBC47;
}
</style>
border-color css
<style>
span { border-color: #CCBC47; }
span { border-color: rgb(204,188,71); }
td.TdClassName
{
border-color: #CCBC47;
}
.TagClassName
{
border-color: #CCBC47;
}
</style>