Shades of Old Gold #CCB845
Tints of Old Gold #CCB845
RGB
CMYK
RGB Variations
Color information
#CCB845 (or 0xCCB845) is known color: Old Gold. HEX triplet: CC, B8 and 45. RGB value is (204,184,69). Sum of RGB (Red+Green+Blue) = 204+184+69=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB845 is #3347BA. Grayscale: #B1B1B1. Windows color (decimal): -3360699 or 4569292. OLE color: 4569292.
HSL color Cylindrical-coordinate representation of color #CCB845: hue angle of 51.11º 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 #CCB845 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 69 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.2 |
| HSL | 51.11º | 0.57% | 0.54% | - |
| HSV(B) | 51.11º | 0.66% | 0.8% | - |
| XYZ | 43.12 | 47.55 | 12.54 | - |
| YUV | 176.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 69 | 0 | 0.10 | 0.66 | 0.2 | 51.11 | 0.57 | 0.54 |
| Hex | CC | B8 | 45 | 0 | A | 42 | 14 | 33 | 39 | 36 |
| Octal | 314 | 270 | 105 | 0 | 12 | 102 | 24 | 63 | 71 | 66 |
| Binary | 11001100 | 10111000 | 1000101 | 0 | 1010 | 1000010 | 10100 | 110011 | 111001 | 110110 |
Color Harmonies of #CCB845
Complementary color
Monochromatic Colors of #CCB845
Black with #CCB845
Text Example
Text Example
White with #CCB845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB845; }
p { color: rgb(204,184,69); }
H1.HeaderClassName
{
color: #CCB845;
}
.AnyTagClassName
{
color: #CCB845;
}
</style>
background-color css
<style>
a { background-color: #CCB845; }
a { background-color: rgb(204,184,69); }
div.DivClassName
{
background-color: #CCB845;
}
.BgClassName
{
background-color: #CCB845;
}
</style>
border-color css
<style>
span { border-color: #CCB845; }
span { border-color: rgb(204,184,69); }
td.TdClassName
{
border-color: #CCB845;
}
.TagClassName
{
border-color: #CCB845;
}
</style>