Shades of Old Gold #CCB749
Tints of Old Gold #CCB749
RGB
CMYK
RGB Variations
Color information
#CCB749 (or 0xCCB749) is known color: Old Gold. HEX triplet: CC, B7 and 49. RGB value is (204,183,73). Sum of RGB (Red+Green+Blue) = 204+183+73=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB749 is #3348B6. Grayscale: #B1B1B1. Windows color (decimal): -3360951 or 4831180. OLE color: 4831180.
HSL color Cylindrical-coordinate representation of color #CCB749: hue angle of 50.38º 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 #CCB749 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 73 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.2 |
| HSL | 50.38º | 0.56% | 0.54% | - |
| HSV(B) | 50.38º | 0.64% | 0.8% | - |
| XYZ | 43.04 | 47.19 | 13.14 | - |
| YUV | 176.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 73 | 0 | 0.10 | 0.64 | 0.2 | 50.38 | 0.56 | 0.54 |
| Hex | CC | B7 | 49 | 0 | A | 40 | 14 | 32 | 38 | 36 |
| Octal | 314 | 267 | 111 | 0 | 12 | 100 | 24 | 62 | 70 | 66 |
| Binary | 11001100 | 10110111 | 1001001 | 0 | 1010 | 1000000 | 10100 | 110010 | 111000 | 110110 |
Color Harmonies of #CCB749
Complementary color
Monochromatic Colors of #CCB749
Black with #CCB749
Text Example
Text Example
White with #CCB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB749; }
p { color: rgb(204,183,73); }
H1.HeaderClassName
{
color: #CCB749;
}
.AnyTagClassName
{
color: #CCB749;
}
</style>
background-color css
<style>
a { background-color: #CCB749; }
a { background-color: rgb(204,183,73); }
div.DivClassName
{
background-color: #CCB749;
}
.BgClassName
{
background-color: #CCB749;
}
</style>
border-color css
<style>
span { border-color: #CCB749; }
span { border-color: rgb(204,183,73); }
td.TdClassName
{
border-color: #CCB749;
}
.TagClassName
{
border-color: #CCB749;
}
</style>