Shades of Old Gold #CCB840
Tints of Old Gold #CCB840
RGB
CMYK
RGB Variations
Color information
#CCB840 (or 0xCCB840) is known color: Old Gold. HEX triplet: CC, B8 and 40. RGB value is (204,184,64). Sum of RGB (Red+Green+Blue) = 204+184+64=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB840 is #3347BF. Grayscale: #B0B0B0. Windows color (decimal): -3360704 or 4241612. OLE color: 4241612.
HSL color Cylindrical-coordinate representation of color #CCB840: hue angle of 51.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCB840 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 64 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.2 |
| HSL | 51.43º | 0.58% | 0.53% | - |
| HSV(B) | 51.43º | 0.69% | 0.8% | - |
| XYZ | 42.97 | 47.49 | 11.75 | - |
| YUV | 176.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 64 | 0 | 0.10 | 0.69 | 0.2 | 51.43 | 0.58 | 0.53 |
| Hex | CC | B8 | 40 | 0 | A | 45 | 14 | 33 | 3A | 35 |
| Octal | 314 | 270 | 100 | 0 | 12 | 105 | 24 | 63 | 72 | 65 |
| Binary | 11001100 | 10111000 | 1000000 | 0 | 1010 | 1000101 | 10100 | 110011 | 111010 | 110101 |
Color Harmonies of #CCB840
Complementary color
Monochromatic Colors of #CCB840
Black with #CCB840
Text Example
Text Example
White with #CCB840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB840; }
p { color: rgb(204,184,64); }
H1.HeaderClassName
{
color: #CCB840;
}
.AnyTagClassName
{
color: #CCB840;
}
</style>
background-color css
<style>
a { background-color: #CCB840; }
a { background-color: rgb(204,184,64); }
div.DivClassName
{
background-color: #CCB840;
}
.BgClassName
{
background-color: #CCB840;
}
</style>
border-color css
<style>
span { border-color: #CCB840; }
span { border-color: rgb(204,184,64); }
td.TdClassName
{
border-color: #CCB840;
}
.TagClassName
{
border-color: #CCB840;
}
</style>