Shades of Old Gold #CCB949
Tints of Old Gold #CCB949
RGB
CMYK
RGB Variations
Color information
#CCB949 (or 0xCCB949) is known color: Old Gold. HEX triplet: CC, B9 and 49. RGB value is (204,185,73). Sum of RGB (Red+Green+Blue) = 204+185+73=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB949 is #3346B6. Grayscale: #B2B2B2. Windows color (decimal): -3360439 or 4831692. OLE color: 4831692.
HSL color Cylindrical-coordinate representation of color #CCB949: hue angle of 51.3º 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 #CCB949 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 73 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.2 |
| HSL | 51.3º | 0.56% | 0.54% | - |
| HSV(B) | 51.3º | 0.64% | 0.8% | - |
| XYZ | 43.45 | 48.02 | 13.28 | - |
| YUV | 177.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 73 | 0 | 0.09 | 0.64 | 0.2 | 51.3 | 0.56 | 0.54 |
| Hex | CC | B9 | 49 | 0 | 9 | 40 | 14 | 33 | 38 | 36 |
| Octal | 314 | 271 | 111 | 0 | 11 | 100 | 24 | 63 | 70 | 66 |
| Binary | 11001100 | 10111001 | 1001001 | 0 | 1001 | 1000000 | 10100 | 110011 | 111000 | 110110 |
Color Harmonies of #CCB949
Complementary color
Monochromatic Colors of #CCB949
Black with #CCB949
Text Example
Text Example
White with #CCB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB949; }
p { color: rgb(204,185,73); }
H1.HeaderClassName
{
color: #CCB949;
}
.AnyTagClassName
{
color: #CCB949;
}
</style>
background-color css
<style>
a { background-color: #CCB949; }
a { background-color: rgb(204,185,73); }
div.DivClassName
{
background-color: #CCB949;
}
.BgClassName
{
background-color: #CCB949;
}
</style>
border-color css
<style>
span { border-color: #CCB949; }
span { border-color: rgb(204,185,73); }
td.TdClassName
{
border-color: #CCB949;
}
.TagClassName
{
border-color: #CCB949;
}
</style>