Shades of Old Gold #CCBC40
Tints of Old Gold #CCBC40
RGB
CMYK
RGB Variations
Color information
#CCBC40 (or 0xCCBC40) is known color: Old Gold. HEX triplet: CC, BC and 40. RGB value is (204,188,64). Sum of RGB (Red+Green+Blue) = 204+188+64=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC40 is #3343BF. Grayscale: #B3B3B3. Windows color (decimal): -3359680 or 4242636. OLE color: 4242636.
HSL color Cylindrical-coordinate representation of color #CCBC40: hue angle of 53.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 #CCBC40 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 64 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.2 |
| HSL | 53.14º | 0.58% | 0.53% | - |
| HSV(B) | 53.14º | 0.69% | 0.8% | - |
| XYZ | 43.81 | 49.17 | 12.03 | - |
| YUV | 178.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 64 | 0 | 0.08 | 0.69 | 0.2 | 53.14 | 0.58 | 0.53 |
| Hex | CC | BC | 40 | 0 | 8 | 45 | 14 | 35 | 3A | 35 |
| Octal | 314 | 274 | 100 | 0 | 10 | 105 | 24 | 65 | 72 | 65 |
| Binary | 11001100 | 10111100 | 1000000 | 0 | 1000 | 1000101 | 10100 | 110101 | 111010 | 110101 |
Color Harmonies of #CCBC40
Complementary color
Monochromatic Colors of #CCBC40
Black with #CCBC40
Text Example
Text Example
White with #CCBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC40; }
p { color: rgb(204,188,64); }
H1.HeaderClassName
{
color: #CCBC40;
}
.AnyTagClassName
{
color: #CCBC40;
}
</style>
background-color css
<style>
a { background-color: #CCBC40; }
a { background-color: rgb(204,188,64); }
div.DivClassName
{
background-color: #CCBC40;
}
.BgClassName
{
background-color: #CCBC40;
}
</style>
border-color css
<style>
span { border-color: #CCBC40; }
span { border-color: rgb(204,188,64); }
td.TdClassName
{
border-color: #CCBC40;
}
.TagClassName
{
border-color: #CCBC40;
}
</style>