Shades of Old Gold #CCB748
Tints of Old Gold #CCB748
RGB
CMYK
RGB Variations
Color information
#CCB748 (or 0xCCB748) is known color: Old Gold. HEX triplet: CC, B7 and 48. RGB value is (204,183,72). Sum of RGB (Red+Green+Blue) = 204+183+72=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB748 is #3348B7. Grayscale: #B1B1B1. Windows color (decimal): -3360952 or 4765644. OLE color: 4765644.
HSL color Cylindrical-coordinate representation of color #CCB748: hue angle of 50.45º degrees, saturation: 0.56, 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 #CCB748 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 72 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.2 |
| HSL | 50.45º | 0.56% | 0.54% | - |
| HSV(B) | 50.45º | 0.65% | 0.8% | - |
| XYZ | 43.01 | 47.17 | 12.97 | - |
| YUV | 176.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 72 | 0 | 0.10 | 0.65 | 0.2 | 50.45 | 0.56 | 0.54 |
| Hex | CC | B7 | 48 | 0 | A | 41 | 14 | 32 | 38 | 36 |
| Octal | 314 | 267 | 110 | 0 | 12 | 101 | 24 | 62 | 70 | 66 |
| Binary | 11001100 | 10110111 | 1001000 | 0 | 1010 | 1000001 | 10100 | 110010 | 111000 | 110110 |
Color Harmonies of #CCB748
Complementary color
Monochromatic Colors of #CCB748
Black with #CCB748
Text Example
Text Example
White with #CCB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB748; }
p { color: rgb(204,183,72); }
H1.HeaderClassName
{
color: #CCB748;
}
.AnyTagClassName
{
color: #CCB748;
}
</style>
background-color css
<style>
a { background-color: #CCB748; }
a { background-color: rgb(204,183,72); }
div.DivClassName
{
background-color: #CCB748;
}
.BgClassName
{
background-color: #CCB748;
}
</style>
border-color css
<style>
span { border-color: #CCB748; }
span { border-color: rgb(204,183,72); }
td.TdClassName
{
border-color: #CCB748;
}
.TagClassName
{
border-color: #CCB748;
}
</style>