Shades of Old Gold #CCB340
Tints of Old Gold #CCB340
RGB
CMYK
RGB Variations
Color information
#CCB340 (or 0xCCB340) is known color: Old Gold. HEX triplet: CC, B3 and 40. RGB value is (204,179,64). Sum of RGB (Red+Green+Blue) = 204+179+64=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB340 is #334CBF. Grayscale: #ADADAD. Windows color (decimal): -3361984 or 4240332. OLE color: 4240332.
HSL color Cylindrical-coordinate representation of color #CCB340: hue angle of 49.29º 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 #CCB340 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 64 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.2 |
| HSL | 49.29º | 0.58% | 0.53% | - |
| HSV(B) | 49.29º | 0.69% | 0.8% | - |
| XYZ | 41.95 | 45.45 | 11.41 | - |
| YUV | 173.37 | 66.28 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 64 | 0 | 0.12 | 0.69 | 0.2 | 49.29 | 0.58 | 0.53 |
| Hex | CC | B3 | 40 | 0 | C | 45 | 14 | 31 | 3A | 35 |
| Octal | 314 | 263 | 100 | 0 | 14 | 105 | 24 | 61 | 72 | 65 |
| Binary | 11001100 | 10110011 | 1000000 | 0 | 1100 | 1000101 | 10100 | 110001 | 111010 | 110101 |
Color Harmonies of #CCB340
Complementary color
Monochromatic Colors of #CCB340
Black with #CCB340
Text Example
Text Example
White with #CCB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB340; }
p { color: rgb(204,179,64); }
H1.HeaderClassName
{
color: #CCB340;
}
.AnyTagClassName
{
color: #CCB340;
}
</style>
background-color css
<style>
a { background-color: #CCB340; }
a { background-color: rgb(204,179,64); }
div.DivClassName
{
background-color: #CCB340;
}
.BgClassName
{
background-color: #CCB340;
}
</style>
border-color css
<style>
span { border-color: #CCB340; }
span { border-color: rgb(204,179,64); }
td.TdClassName
{
border-color: #CCB340;
}
.TagClassName
{
border-color: #CCB340;
}
</style>