Shades of Old Gold #CCB045
Tints of Old Gold #CCB045
RGB
CMYK
RGB Variations
Color information
#CCB045 (or 0xCCB045) is known color: Old Gold. HEX triplet: CC, B0 and 45. RGB value is (204,176,69). Sum of RGB (Red+Green+Blue) = 204+176+69=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB045 is #334FBA. Grayscale: #ACACAC. Windows color (decimal): -3362747 or 4567244. OLE color: 4567244.
HSL color Cylindrical-coordinate representation of color #CCB045: hue angle of 47.56º 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 #CCB045 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 69 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.2 |
| HSL | 47.56º | 0.57% | 0.54% | - |
| HSV(B) | 47.56º | 0.66% | 0.8% | - |
| XYZ | 41.5 | 44.32 | 12 | - |
| YUV | 172.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 69 | 0 | 0.14 | 0.66 | 0.2 | 47.56 | 0.57 | 0.54 |
| Hex | CC | B0 | 45 | 0 | E | 42 | 14 | 30 | 39 | 36 |
| Octal | 314 | 260 | 105 | 0 | 16 | 102 | 24 | 60 | 71 | 66 |
| Binary | 11001100 | 10110000 | 1000101 | 0 | 1110 | 1000010 | 10100 | 110000 | 111001 | 110110 |
Color Harmonies of #CCB045
Complementary color
Monochromatic Colors of #CCB045
Black with #CCB045
Text Example
Text Example
White with #CCB045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB045; }
p { color: rgb(204,176,69); }
H1.HeaderClassName
{
color: #CCB045;
}
.AnyTagClassName
{
color: #CCB045;
}
</style>
background-color css
<style>
a { background-color: #CCB045; }
a { background-color: rgb(204,176,69); }
div.DivClassName
{
background-color: #CCB045;
}
.BgClassName
{
background-color: #CCB045;
}
</style>
border-color css
<style>
span { border-color: #CCB045; }
span { border-color: rgb(204,176,69); }
td.TdClassName
{
border-color: #CCB045;
}
.TagClassName
{
border-color: #CCB045;
}
</style>