Shades of Old Gold #CCB849
Tints of Old Gold #CCB849
RGB
CMYK
RGB Variations
Color information
#CCB849 (or 0xCCB849) is known color: Old Gold. HEX triplet: CC, B8 and 49. RGB value is (204,184,73). Sum of RGB (Red+Green+Blue) = 204+184+73=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB849 is #3347B6. Grayscale: #B1B1B1. Windows color (decimal): -3360695 or 4831436. OLE color: 4831436.
HSL color Cylindrical-coordinate representation of color #CCB849: hue angle of 50.84º 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 #CCB849 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 73 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.2 |
| HSL | 50.84º | 0.56% | 0.54% | - |
| HSV(B) | 50.84º | 0.64% | 0.8% | - |
| XYZ | 43.24 | 47.6 | 13.21 | - |
| YUV | 177.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 73 | 0 | 0.10 | 0.64 | 0.2 | 50.84 | 0.56 | 0.54 |
| Hex | CC | B8 | 49 | 0 | A | 40 | 14 | 33 | 38 | 36 |
| Octal | 314 | 270 | 111 | 0 | 12 | 100 | 24 | 63 | 70 | 66 |
| Binary | 11001100 | 10111000 | 1001001 | 0 | 1010 | 1000000 | 10100 | 110011 | 111000 | 110110 |
Color Harmonies of #CCB849
Complementary color
Monochromatic Colors of #CCB849
Black with #CCB849
Text Example
Text Example
White with #CCB849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB849; }
p { color: rgb(204,184,73); }
H1.HeaderClassName
{
color: #CCB849;
}
.AnyTagClassName
{
color: #CCB849;
}
</style>
background-color css
<style>
a { background-color: #CCB849; }
a { background-color: rgb(204,184,73); }
div.DivClassName
{
background-color: #CCB849;
}
.BgClassName
{
background-color: #CCB849;
}
</style>
border-color css
<style>
span { border-color: #CCB849; }
span { border-color: rgb(204,184,73); }
td.TdClassName
{
border-color: #CCB849;
}
.TagClassName
{
border-color: #CCB849;
}
</style>