Shades of Old Gold #CCBC46
Tints of Old Gold #CCBC46
RGB
CMYK
RGB Variations
Color information
#CCBC46 (or 0xCCBC46) is known color: Old Gold. HEX triplet: CC, BC and 46. RGB value is (204,188,70). Sum of RGB (Red+Green+Blue) = 204+188+70=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC46 is #3343B9. Grayscale: #B3B3B3. Windows color (decimal): -3359674 or 4635852. OLE color: 4635852.
HSL color Cylindrical-coordinate representation of color #CCBC46: hue angle of 52.84º 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 #CCBC46 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 70 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.2 |
| HSL | 52.84º | 0.57% | 0.54% | - |
| HSV(B) | 52.84º | 0.66% | 0.8% | - |
| XYZ | 43.99 | 49.25 | 12.98 | - |
| YUV | 179.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 70 | 0 | 0.08 | 0.66 | 0.2 | 52.84 | 0.57 | 0.54 |
| Hex | CC | BC | 46 | 0 | 8 | 42 | 14 | 35 | 39 | 36 |
| Octal | 314 | 274 | 106 | 0 | 10 | 102 | 24 | 65 | 71 | 66 |
| Binary | 11001100 | 10111100 | 1000110 | 0 | 1000 | 1000010 | 10100 | 110101 | 111001 | 110110 |
Color Harmonies of #CCBC46
Complementary color
Monochromatic Colors of #CCBC46
Black with #CCBC46
Text Example
Text Example
White with #CCBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC46; }
p { color: rgb(204,188,70); }
H1.HeaderClassName
{
color: #CCBC46;
}
.AnyTagClassName
{
color: #CCBC46;
}
</style>
background-color css
<style>
a { background-color: #CCBC46; }
a { background-color: rgb(204,188,70); }
div.DivClassName
{
background-color: #CCBC46;
}
.BgClassName
{
background-color: #CCBC46;
}
</style>
border-color css
<style>
span { border-color: #CCBC46; }
span { border-color: rgb(204,188,70); }
td.TdClassName
{
border-color: #CCBC46;
}
.TagClassName
{
border-color: #CCBC46;
}
</style>