Shades of Old Gold #CCBC49
Tints of Old Gold #CCBC49
RGB
CMYK
RGB Variations
Color information
#CCBC49 (or 0xCCBC49) is known color: Old Gold. HEX triplet: CC, BC and 49. RGB value is (204,188,73). Sum of RGB (Red+Green+Blue) = 204+188+73=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC49 is #3343B6. Grayscale: #B4B4B4. Windows color (decimal): -3359671 or 4832460. OLE color: 4832460.
HSL color Cylindrical-coordinate representation of color #CCBC49: hue angle of 52.67º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCBC49 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 73 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.2 |
| HSL | 52.67º | 0.56% | 0.54% | - |
| HSV(B) | 52.67º | 0.64% | 0.8% | - |
| XYZ | 44.09 | 49.28 | 13.49 | - |
| YUV | 179.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 73 | 0 | 0.08 | 0.64 | 0.2 | 52.67 | 0.56 | 0.54 |
| Hex | CC | BC | 49 | 0 | 8 | 40 | 14 | 35 | 38 | 36 |
| Octal | 314 | 274 | 111 | 0 | 10 | 100 | 24 | 65 | 70 | 66 |
| Binary | 11001100 | 10111100 | 1001001 | 0 | 1000 | 1000000 | 10100 | 110101 | 111000 | 110110 |
Color Harmonies of #CCBC49
Complementary color
Monochromatic Colors of #CCBC49
Black with #CCBC49
Text Example
Text Example
White with #CCBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC49; }
p { color: rgb(204,188,73); }
H1.HeaderClassName
{
color: #CCBC49;
}
.AnyTagClassName
{
color: #CCBC49;
}
</style>
background-color css
<style>
a { background-color: #CCBC49; }
a { background-color: rgb(204,188,73); }
div.DivClassName
{
background-color: #CCBC49;
}
.BgClassName
{
background-color: #CCBC49;
}
</style>
border-color css
<style>
span { border-color: #CCBC49; }
span { border-color: rgb(204,188,73); }
td.TdClassName
{
border-color: #CCBC49;
}
.TagClassName
{
border-color: #CCBC49;
}
</style>