Shades of Old Gold #CCB540
Tints of Old Gold #CCB540
RGB
CMYK
RGB Variations
Color information
#CCB540 (or 0xCCB540) is known color: Old Gold. HEX triplet: CC, B5 and 40. RGB value is (204,181,64). Sum of RGB (Red+Green+Blue) = 204+181+64=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB540 is #334ABF. Grayscale: #AFAFAF. Windows color (decimal): -3361472 or 4240844. OLE color: 4240844.
HSL color Cylindrical-coordinate representation of color #CCB540: hue angle of 50.14º 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 #CCB540 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 64 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.2 |
| HSL | 50.14º | 0.58% | 0.53% | - |
| HSV(B) | 50.14º | 0.69% | 0.8% | - |
| XYZ | 42.35 | 46.26 | 11.55 | - |
| YUV | 174.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 64 | 0 | 0.11 | 0.69 | 0.2 | 50.14 | 0.58 | 0.53 |
| Hex | CC | B5 | 40 | 0 | B | 45 | 14 | 32 | 3A | 35 |
| Octal | 314 | 265 | 100 | 0 | 13 | 105 | 24 | 62 | 72 | 65 |
| Binary | 11001100 | 10110101 | 1000000 | 0 | 1011 | 1000101 | 10100 | 110010 | 111010 | 110101 |
Color Harmonies of #CCB540
Complementary color
Monochromatic Colors of #CCB540
Black with #CCB540
Text Example
Text Example
White with #CCB540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB540; }
p { color: rgb(204,181,64); }
H1.HeaderClassName
{
color: #CCB540;
}
.AnyTagClassName
{
color: #CCB540;
}
</style>
background-color css
<style>
a { background-color: #CCB540; }
a { background-color: rgb(204,181,64); }
div.DivClassName
{
background-color: #CCB540;
}
.BgClassName
{
background-color: #CCB540;
}
</style>
border-color css
<style>
span { border-color: #CCB540; }
span { border-color: rgb(204,181,64); }
td.TdClassName
{
border-color: #CCB540;
}
.TagClassName
{
border-color: #CCB540;
}
</style>