Shades of Old Gold #CCB245
Tints of Old Gold #CCB245
RGB
CMYK
RGB Variations
Color information
#CCB245 (or 0xCCB245) is known color: Old Gold. HEX triplet: CC, B2 and 45. RGB value is (204,178,69). Sum of RGB (Red+Green+Blue) = 204+178+69=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB245 is #334DBA. Grayscale: #ADADAD. Windows color (decimal): -3362235 or 4567756. OLE color: 4567756.
HSL color Cylindrical-coordinate representation of color #CCB245: hue angle of 48.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCB245 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 69 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.2 |
| HSL | 48.44º | 0.57% | 0.54% | - |
| HSV(B) | 48.44º | 0.66% | 0.8% | - |
| XYZ | 41.9 | 45.11 | 12.13 | - |
| YUV | 173.35 | 69.11 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 69 | 0 | 0.13 | 0.66 | 0.2 | 48.44 | 0.57 | 0.54 |
| Hex | CC | B2 | 45 | 0 | D | 42 | 14 | 30 | 39 | 36 |
| Octal | 314 | 262 | 105 | 0 | 15 | 102 | 24 | 60 | 71 | 66 |
| Binary | 11001100 | 10110010 | 1000101 | 0 | 1101 | 1000010 | 10100 | 110000 | 111001 | 110110 |
Color Harmonies of #CCB245
Complementary color
Monochromatic Colors of #CCB245
Black with #CCB245
Text Example
Text Example
White with #CCB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB245; }
p { color: rgb(204,178,69); }
H1.HeaderClassName
{
color: #CCB245;
}
.AnyTagClassName
{
color: #CCB245;
}
</style>
background-color css
<style>
a { background-color: #CCB245; }
a { background-color: rgb(204,178,69); }
div.DivClassName
{
background-color: #CCB245;
}
.BgClassName
{
background-color: #CCB245;
}
</style>
border-color css
<style>
span { border-color: #CCB245; }
span { border-color: rgb(204,178,69); }
td.TdClassName
{
border-color: #CCB245;
}
.TagClassName
{
border-color: #CCB245;
}
</style>