Shades of Old Gold #CCBA43
Tints of Old Gold #CCBA43
RGB
CMYK
RGB Variations
Color information
#CCBA43 (or 0xCCBA43) is known color: Old Gold. HEX triplet: CC, BA and 43. RGB value is (204,186,67). Sum of RGB (Red+Green+Blue) = 204+186+67=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 67 (26.56% from 255 or 14.66% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA43 is #3345BC. Grayscale: #B2B2B2. Windows color (decimal): -3360189 or 4438732. OLE color: 4438732.
HSL color Cylindrical-coordinate representation of color #CCBA43: hue angle of 52.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCBA43 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 67 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.2 |
| HSL | 52.12º | 0.57% | 0.53% | - |
| HSV(B) | 52.12º | 0.67% | 0.8% | - |
| XYZ | 43.47 | 48.36 | 12.35 | - |
| YUV | 177.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 67 | 0 | 0.09 | 0.67 | 0.2 | 52.12 | 0.57 | 0.53 |
| Hex | CC | BA | 43 | 0 | 9 | 43 | 14 | 34 | 39 | 35 |
| Octal | 314 | 272 | 103 | 0 | 11 | 103 | 24 | 64 | 71 | 65 |
| Binary | 11001100 | 10111010 | 1000011 | 0 | 1001 | 1000011 | 10100 | 110100 | 111001 | 110101 |
Color Harmonies of #CCBA43
Complementary color
Monochromatic Colors of #CCBA43
Black with #CCBA43
Text Example
Text Example
White with #CCBA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA43; }
p { color: rgb(204,186,67); }
H1.HeaderClassName
{
color: #CCBA43;
}
.AnyTagClassName
{
color: #CCBA43;
}
</style>
background-color css
<style>
a { background-color: #CCBA43; }
a { background-color: rgb(204,186,67); }
div.DivClassName
{
background-color: #CCBA43;
}
.BgClassName
{
background-color: #CCBA43;
}
</style>
border-color css
<style>
span { border-color: #CCBA43; }
span { border-color: rgb(204,186,67); }
td.TdClassName
{
border-color: #CCBA43;
}
.TagClassName
{
border-color: #CCBA43;
}
</style>